Skip to content

1.3.8 (August 28, 2020)

Compare
Choose a tag to compare
@kmvanbrunt kmvanbrunt released this 28 Aug 05:11
· 507 commits to master since this release
36b0b75
  • Bug Fixes
    • Fixed issue where subcommand added with @as_subcommand_to decorator did not display help when called with -h/--help.
  • 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).