astrocats
astrocats copied to clipboard
Subcommands don't show 'help' dialog from argparse
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.