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 2d14ce9 commit 2ac65e0Copy full SHA for 2ac65e0
CHANGELOG.md
@@ -6,6 +6,8 @@
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
+ * `AutoCompleter` now uses the passed-in parser's help formatter to generate hint text. This gives help and
10
+ hint text for an argument consistent formatting.
11
12
## 0.9.17 (September 23, 2019)
13
* Bug Fixes
0 commit comments