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

Fix: Ensure --version flag works correctly for cargo stylus #55

Merged
merged 3 commits into from
Jul 26, 2024

Conversation

joewnga
Copy link
Contributor

@joewnga joewnga commented Jul 18, 2024

Fixes #54. The changes ensure that running cargo stylus—-version outputs the expected version information instead of returning the help message.

Also, resolved a minor issue with the duplication of the command check alias c.

Checklist

  • I have documented these changes where necessary.
  • I have read the DCO and ensured that these changes comply.
  • I assign this work under its open source licensing.

@joewnga
Copy link
Contributor Author

joewnga commented Jul 25, 2024

@rauljordan kindly review. Thanks!

main/src/main.rs Outdated Show resolved Hide resolved
main/src/main.rs Outdated Show resolved Hide resolved
@rauljordan rauljordan merged commit a4679a1 into OffchainLabs:main Jul 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--version Option Returns Help Message Instead of Version
2 participants