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
Currently you can show help on a flaggy.Parser, but not a flaggy.Subcommand. I agree that it would be nice to call help on a flaggy.Subcommand directly, but it would take a little re-factoring to prevent duplicate code... Right now this is done via a template rendering that happens on the Parser...
How do I explicitly print out a subcommand's help text (usage)?
The text was updated successfully, but these errors were encountered: