subcommand
subcommand copied to clipboard
Any way to display subcommand help?
Hi,
Love the subcommand module!
I'm trying to display the help specific to a given subcommand, but after the fact.
After option parser / subcommand has done it's thing, I get is the command_name and my remaining ARGV. If ARGV is not what I'm expecting then I want to display the same help output as would be seen by
command
Not sure how to call this from outside the "command" block.
Any help appreciated.
Cheers, Phil