-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Consider making commands be commands instead of flags #72
Comments
it would still be reasonable to have aliases for commands too similar to how npm has both |
I agree but there are no options in meow which ignore |
I think that is why there is discussion on Gitter to investigate using yargs or commander.js |
@colingm Yeah I have remember. |
I definitely agree with this request. Using commands, as opposed to flags, would seem to make more sense. |
taskbook uses flags for all of the actions it can do:
These commands do not compose as flags would imply in a CLI, so they should probably just be commands and not flags:
This makes it a lot easier to type stuff out, and more coherent with how other CLI apps work.
The text was updated successfully, but these errors were encountered: