Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--output argument doesn't output Shortcut at that path #75

Closed
NoelTautges opened this issue Jan 25, 2025 · 0 comments · Fixed by #76
Closed

--output argument doesn't output Shortcut at that path #75

NoelTautges opened this issue Jan 25, 2025 · 0 comments · Fixed by #76
Labels
bug Something isn't working

Comments

@NoelTautges
Copy link
Contributor

NoelTautges commented Jan 25, 2025

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:

mkdir out
cherri test.cherri --output=out/SomethingDifferent.shortcut --hubsign

Expected behavior

I expected Cherri to output the Shortcut at ./out/SomethingDifferent.shortcut. Instead, it outputs at ./Test.shortcut.

Version Information:

  • Cherri version: Cherri Compiler v0.2.4-beta
  • Linux version: 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
  • Golang version: go version go1.22.3 linux/amd64
@NoelTautges NoelTautges added the bug Something isn't working label Jan 25, 2025
@NoelTautges NoelTautges changed the title Output argument doesn't output Shortcut at that path --output argument doesn't output Shortcut at that path Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant