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
However, this will make it impossible to get the original help messaging containing all the subcommands. So your users will be unaware of the other commands available.
The ideal solution would be to somehow merge the help messages from both the default command and main group. But I'm not sure how to do that...
Is there a way I can redirect one of the subcommand --help output to the group command's --help?
For example:
cli --help
should outputfoo --help
description.Is this possible to customize --help in this way?
The text was updated successfully, but these errors were encountered: