-
Notifications
You must be signed in to change notification settings - Fork 146
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
Improve CLI command help instructions #118
Comments
At the minimum I think each command and subcommand needs an @lgalabru could you show an example of how to insert these help strings into your code? |
# [0.27.0](v0.26.1...v0.27.0) (2022-02-24) ### Features * add shell completions files ([e6b1f25](e6b1f25)) * add subcommand to generate shell completions ([a493b67](a493b67)), closes [#146](#146) * clean up commands and improve help docs ([8f18182](8f18182)), closes [#118](#118) * stacks-devnet-js support for linux-musl (non-glibc, e.g. alpine) ([6e322f1](6e322f1))
🎉 This issue has been resolved in version 0.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The current help is fairly basic and could benefit from a revision. This file is most relevant:
clarinet/src/frontend/cli.rs
Line 29 in 21b91e5
@pgray-hiro do you think we could jam on the instructions we would like to see here?
The text was updated successfully, but these errors were encountered: