Open lzkelley opened 8 years ago
Need to find a way to get the subcommand parsers to show their own help, when -h/--help is passed after the subcommand name.
-h
--help
e.g.:
astrocats -h
astrocats -m catalog -h
astrocats -m catalog import -h
import
Need to find a way to get the subcommand parsers to show their own help, when
-h
/--help
is passed after the subcommand name.e.g.:
astrocats -h
should run the top-level help.astrocats -m catalog -h
should run catalog-level help.astrocats -m catalog import -h
should run theimport
help.