1.3.8 (August 28, 2020)
- Bug Fixes
- Fixed issue where subcommand added with
@as_subcommand_to
decorator did not display help when called with-h/--help
.
- Fixed issue where subcommand added with
- Enhancements
add_help=False
no longer has to be passed to parsers used in@as_subcommand_to
decorator.
Only pass this if your subcommand should not have the-h/--help
help option (as stated in argparse documentation).