Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information