We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7131960 commit 6bf7c9fCopy full SHA for 6bf7c9f
CHANGES.md
@@ -17,7 +17,7 @@ News
17
* Changed default value of USE_ARG_LIST to True - this affects the beavhior of all **@options** commands
18
* **WARNING**: This breaks backwards compatibility, to restore backwards compatibility, add this to the
19
**__init__()** method in your custom class derived from cmd2.Cmd:
20
- * set_use_arg_list(False)
+ * cmd2.set_use_arg_list(False)
21
* This change improves argument parsing for all new applications
22
* Refactored code to encapsulate most of the pyparsing logic into a ParserManager class
23
0 commit comments