Upgrade to release 1.3.1:
- 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.
- Added CommandSet - Enables defining a separate loadable module
of commands to register/unregister with your cmd2 application.
- Marked with_argparser_and_unknown_args pending deprecation and
consolidated implementation into with_argparser
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>