Skip to content

1.3.2 (August 10, 2020)

Compare
Choose a tag to compare
@anselor anselor released this 10 Aug 15:35
· 538 commits to master since this release
  • Bug Fixes
    • Fixed prog value of subcommands added with as_subcommand_to() decorator.
    • Fixed missing settings in subcommand parsers created with as_subcommand_to() decorator. These settings
      include things like description and epilog text.
    • Fixed issue with CommandSet auto-discovery only searching direct sub-classes
  • Enhancements
    • Added functions to fetch registered CommandSets by type and command name