We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda4014 commit 95174ffCopy full SHA for 95174ff
CHANGELOG.md
@@ -4,6 +4,10 @@
4
* Fixed a bug when running a cmd2 application on Linux without Gtk libraries installed
5
* Enhancements
6
* 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.
11
12
## 0.9.16 (August 7, 2019)
13
* Bug Fixes
0 commit comments