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
No response
It would be nice if the CLI would print the help message for the command if there is an invalid number of arguments passed.
For example:
$ ~/go/bin/bee package hello Error: accepts 2 arg(s), received 1 2024/02/15 16:59:00 exiting: accepts 2 arg(s), received 1
I would prefer if it printed this:
bumblebee/pkg/cli/internal/commands/package/package.go
Lines 39 to 50 in c2422b5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
No response
Linux Version
No response
Is your feature request related to a problem? Please describe.
It would be nice if the CLI would print the help message for the command if there is an invalid number of arguments passed.
For example:
I would prefer if it printed this:
bumblebee/pkg/cli/internal/commands/package/package.go
Lines 39 to 50 in c2422b5
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: