-
Notifications
You must be signed in to change notification settings - Fork 563
type command: supports dashes in app names #210
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems to be working fine! Props on fixing this so quickly ⚡️
One thing I've noticed, it can be handled in a different PR:
fadeev@system hello-world % hello-worldcli tx
Transactions subcommands
Usage:
helloworldcli tx [command]
Available Commands:
send Create and sign a send tx
The actual binary matches the project name (with a dash), but in the CLI help the command shows up without a dash.
Oh, one more thing.
|
I think there is a problem with GH CI atm, workflows haven't started running. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
* type command: supports dashes in app names * update changelog * services/serve: fix determining root path of the app * services/serve: fix binary name in the appd and appcli * trig ci
#208
@fadeev can you please double check the all commands again (looks fine in my tests), I made a core change in this PR.