You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the --output argument doesn't make Cherri output the Shortcut at that path, but rather with the Shortcut name in the same directory as the source file.
Describe the bug
Using the
--output
argument doesn't make Cherri output the Shortcut at that path, but rather with the Shortcut name in the same directory as the source file.To Reproduce
test.cherri
:#define name Test
Commands:
Expected behavior
I expected Cherri to output the Shortcut at
./out/SomethingDifferent.shortcut
. Instead, it outputs at./Test.shortcut
.Version Information:
Cherri Compiler v0.2.4-beta
Linux 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
go version go1.22.3 linux/amd64
The text was updated successfully, but these errors were encountered: