diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-19 22:24:13 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-19 22:24:13 -0500 |
commit | eee6bf15805fa8ed3ca713a4c6e8edfd9ebc5d4e (patch) | |
tree | 1ca2646da76dcb0e788e47d2ccf61de5a666e168 /CHANGELOG.md | |
parent | 8c00d342ee3967e09cce436d76208238307d1cd4 (diff) | |
download | cmd2-git-eee6bf15805fa8ed3ca713a4c6e8edfd9ebc5d4e.tar.gz |
Added capability to override the argument parser class used by cmd2 built-in commands
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8264049b..d78bf0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * Enhancements * Added `read_input()` function that is used to read from stdin. Unlike the Python built-in `input()`, it also has an argument to disable tab completion while input is being entered. + * Added capability to override the argument parser class used by cmd2 built-in commands. See override_parser.py + example for more details. ## 0.9.20 (November 12, 2019) * Bug Fixes |