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 1f54b1a commit 372c379Copy full SHA for 372c379
CHANGELOG.md
@@ -1,7 +1,11 @@
1
## 0.9.18 (TBD, 2019)
2
* Bug Fixes
3
* Fixed bug introduced in 0.9.17 where help functions for hidden and disabled commands were not being filtered
4
- out as help topics
+ out as help topics
5
+* Enhancements
6
+ * `AutoCompleter` now handles argparse's mutually exclusive groups. It will not tab complete flag names or positionals
7
+ for already completed groups. It also will print an error if you try tab completing a flag's value if the flag
8
+ belongs to a completed group.
9
10
## 0.9.17 (September 23, 2019)
11
0 commit comments