diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-14 22:32:00 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-14 22:32:00 -0400 |
| commit | 6bf7c9fd297e494f9173dda9d5518836e41dfb01 (patch) | |
| tree | 9077adee6a3a3543215ae6924636a9fa31eca1a2 | |
| parent | 71319602d9166f54db99f3f8c545cae673162fa6 (diff) | |
| download | cmd2-git-6bf7c9fd297e494f9173dda9d5518836e41dfb01.tar.gz | |
Minor clarification in CHANGES.md
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ News * Changed default value of USE_ARG_LIST to True - this affects the beavhior of all **@options** commands * **WARNING**: This breaks backwards compatibility, to restore backwards compatibility, add this to the **__init__()** method in your custom class derived from cmd2.Cmd: - * set_use_arg_list(False) + * cmd2.set_use_arg_list(False) * This change improves argument parsing for all new applications * Refactored code to encapsulate most of the pyparsing logic into a ParserManager class |
