1.3.1 (August 6, 2020)
- 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 usingcmd2.Cmd.path_complete
as a completer
for an argparse-based command defined in a CommandSet
- Fixed issue determining whether an argparse completer function required a reference to a containing