diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-09-13 17:44:51 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-09-13 17:44:51 -0400 |
commit | 95174ffefa826db104d09a1af661ab210cfb1344 (patch) | |
tree | 8eec85e6c5d86ea742ad79eb12b5f71f8eebf9b2 | |
parent | eda4014f47d5b95d4e5690414c0a3ab740fbdc61 (diff) | |
download | cmd2-git-95174ffefa826db104d09a1af661ab210cfb1344.tar.gz |
Updated change log
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 24063db3..02dc78e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * Fixed a bug when running a cmd2 application on Linux without Gtk libraries installed * Enhancements * No longer treating empty text scripts as an error condition + * Choices/Completer functions can now be passed an `argparse.Namespace` that maps command-line tokens to their + argparse argument. This is helpful when one argument determines what is tab completed for another argument. + If these functions have an argument called `arg_tokens`, then AutoCompleter will automatically pass this + Namespace to them. ## 0.9.16 (August 7, 2019) * Bug Fixes |