-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feast cli minor bug #1531
Comments
Thanks @dmatrix. Definitely a few rough edges around the new CLI. Let's keep this issue open until resolved! |
@dmatrix I'd like to fix this. What exactly should the |
@tedhtchang Generally speaking, most usage messages would print out options if available. For example, the
If no options exist for a subcommand, then it's not unreasonable to indicate none exists, IMHO. For example, one can
The best place to start would be here. cc: @woop can recommend or opine on what should the message be or what should it indicate. |
Currently we don't have options for this command (teardown and apply), so following @dmatrix's second recommendation may make sense. |
Expected Behavior
feast teardown --help
should list the options to this subcommand likeCurrent Behavior
I reckon this is a generic message if the subcommand has not options. For example,
feast apply --help
exhibits similarbehavior.
Steps to reproduce
feast teardown --help
Specifications
The text was updated successfully, but these errors were encountered: