summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-11-22 21:57:25 -0500
committerGitHub <noreply@github.com>2019-11-22 21:57:25 -0500
commit1cad8d92b87a227b331c0e86ddbbee25a6742650 (patch)
tree473f2e533aa34f2b4811a01bf18746aaf8471c0c /CHANGELOG.md
parent8c00d342ee3967e09cce436d76208238307d1cd4 (diff)
parent0d6e9cbd254b8f9911a0d6aad1edb913e95fff45 (diff)
downloadcmd2-git-1cad8d92b87a227b331c0e86ddbbee25a6742650.tar.gz
Merge pull request #812 from python-cmd2/custom_parser
Custom parser
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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