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