File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 88
99* Bug fixes
1010 * Fixed a bug in displaying a span of history items when only an end index is supplied
11+ * Fixed a bug which caused transcript test failures to display twice
1112* Enhancements
1213 * Added the ability to exclude commands from the help menu (** eof** included by default)
1314 * Redundant ** list** command removed and features merged into ** history** command
1415 * Added ** pyscript** command which supports tab-completion and running Python scripts with arguments
16+ * Improved tab-completion of file system paths, particularly for paths containing a dash (** -** )
1517 * Changed default value of USE_ARG_LIST to True - this affects the beavhior of all ** @options ** commands
1618 * ** WARNING** : This breaks backwards compatibility, to restore backwards compatibility, add this to the
1719 ** __ init__ ()** method in your custom class derived from cmd2.Cmd:
1820 * set_use_arg_list(False)
1921 * This change improves argument parsing for all new applications
22+ * Refactored code to encapsulate most of the pyparsing logic into a ParserManager class
2023
21240.7.2
2225-----
You can’t perform that action at this time.
0 commit comments