Skip to content

1.3.1 (August 6, 2020)

Compare
Choose a tag to compare
@anselor anselor released this 06 Aug 20:11
· 546 commits to master since this release
  • Bug Fixes
    • Fixed issue determining whether an argparse completer function required a reference to a containing
      CommandSet. Also resolves issues determining the correct CommandSet instance when calling the argparse
      argument completer function. Manifested as a TypeError when using cmd2.Cmd.path_complete as a completer
      for an argparse-based command defined in a CommandSet