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 48420de commit ed25a1aCopy full SHA for ed25a1a
CHANGELOG.md
@@ -10,6 +10,10 @@
10
* It is no longer necessary to set the `prog` attribute of an argparser with subcommands. cmd2 now automatically
11
sets the prog value of it and all its subparsers so that all usage statements contain the top level command name
12
and not sys.argv[0].
13
+* Breaking changes
14
+ * Some constants were moved from cmd2.py to constants.py
15
+ * cmd2 command decorators were moved to decorators.py. If you were importing them via cmd2's __init__.py, then
16
+ there will be no issues.
17
18
## 0.9.19 (October 14, 2019)
19
* Bug Fixes
0 commit comments