You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ command subcommand --help
Subcommand is used to... <---- this would be nice to be able to add
Usage:
$ command subcommand
Options:
-v, --version Display version number
-h, --help Display this message
Actual
$ command subcommand --help
Usage:
$ command subcommand
Options:
-v, --version Display version number
-h, --help Display this message
Possible Solutions
Add per command options to customize output to user.
I'm guessing the way to do this is in the help callback just parse that it's not the default or global command and then have a switch / map to customize each subcommand output?
Issue Type
Expected
Actual
Possible Solutions
Add per command options to customize output to user.
Info
The text was updated successfully, but these errors were encountered: