We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now everything's command-parameter-y, and while that works, it can be a bit confusing when it comes to behaviour precedence.
It would be good to be able to specify roo write, or roo exec, with each subcommand having their own set of flags.
roo write
roo exec
https://gobyexample.com/command-line-subcommands
This will most likely also resolve #11.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now everything's command-parameter-y, and while that works, it can be a bit confusing when it comes to behaviour precedence.
It would be good to be able to specify
roo write
, orroo exec
, with each subcommand having their own set of flags.https://gobyexample.com/command-line-subcommands
This will most likely also resolve #11.
The text was updated successfully, but these errors were encountered: