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 0a16b28 commit 2e22d3cCopy full SHA for 2e22d3c
CHANGELOG.md
@@ -22,7 +22,7 @@
22
* Always - output methods **never** strip ANSI escape sequences, regardless of the output destination
23
* Never - output methods strip all ANSI escape sequences
24
* Added ``macro`` command to create macros, which are similar to aliases, but can take arguments when called
25
- * ``alias`` is now an argparse command with subcommands to create, list, and delete aliases
+ * All cmd2 command functions have been converted to use argparse.
26
* Deprecations
27
* Deprecated the built-in ``cmd2`` support for colors including ``Cmd.colorize()`` and ``Cmd._colorcodes``
28
* Deletions (potentially breaking changes)
0 commit comments