Skip to content

Commit 95174ff

Browse files
committed
Updated change log
1 parent eda4014 commit 95174ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* Fixed a bug when running a cmd2 application on Linux without Gtk libraries installed
55
* Enhancements
66
* No longer treating empty text scripts as an error condition
7+
* Choices/Completer functions can now be passed an `argparse.Namespace` that maps command-line tokens to their
8+
argparse argument. This is helpful when one argument determines what is tab completed for another argument.
9+
If these functions have an argument called `arg_tokens`, then AutoCompleter will automatically pass this
10+
Namespace to them.
711

812
## 0.9.16 (August 7, 2019)
913
* Bug Fixes

0 commit comments

Comments
 (0)