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
If I have a subcommand foo, with an alias bar, then cmd bar will work, but cmd help bar will say error: The subcommand 'bar' wasn't recognized.
foo
bar
cmd bar
cmd help bar
error: The subcommand 'bar' wasn't recognized
Ideally, cmd help bar should show the help for foo, with a preface that bar is an alias for foo.
The text was updated successfully, but these errors were encountered:
This is fixed with #525
Sorry, something went wrong.
5354d14
No branches or pull requests
If I have a subcommand
foo
, with an aliasbar
, thencmd bar
will work, butcmd help bar
will sayerror: The subcommand 'bar' wasn't recognized
.Ideally,
cmd help bar
should show the help forfoo
, with a preface thatbar
is an alias forfoo
.The text was updated successfully, but these errors were encountered: