Commit Graph

1 Commits

Author SHA1 Message Date
Leon Anavi
e611bbeca9 python3-cmd2: Upgrade 0.9.23 -> 1.1.0
Upgrade to release 1.1.0:

- Fixed issue where subcommand usage text could contain a
  subcommand alias instead of the actual name
- Fixed bug in ArgparseCompleter where fill_width could become
  negative if token_width was large relative to the terminal
  width.
- Made ipy consistent
- with_argument_list, with_argparser, and
  with_argparser_and_unknown_args wrappers now pass kwargs through
  to their wrapped command function.
- Added table_creator module for creating richly formatted tables.
- Added new exceptions to the public API
- Added explicit handling of SystemExit. If a command raises this
  exception, the command loop will be gracefully stopped.

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>
2020-06-26 08:55:25 -07:00