Skip to content

Commit 2e22d3c

Browse files
committed
Added that we converted everything to argparse
1 parent 0a16b28 commit 2e22d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Always - output methods **never** strip ANSI escape sequences, regardless of the output destination
2323
* Never - output methods strip all ANSI escape sequences
2424
* 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
25+
* All cmd2 command functions have been converted to use argparse.
2626
* Deprecations
2727
* Deprecated the built-in ``cmd2`` support for colors including ``Cmd.colorize()`` and ``Cmd._colorcodes``
2828
* Deletions (potentially breaking changes)

0 commit comments

Comments
 (0)