Skip to content

Commit 2ac65e0

Browse files
committed
Updated change log
1 parent 2d14ce9 commit 2ac65e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* `AutoCompleter` now handles argparse's mutually exclusive groups. It will not tab complete flag names or positionals
77
for already completed groups. It also will print an error if you try tab completing a flag's value if the flag
88
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.
911

1012
## 0.9.17 (September 23, 2019)
1113
* Bug Fixes

0 commit comments

Comments
 (0)