diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-04 01:02:53 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-05 02:14:40 -0400 |
commit | e6a9a1c972e5e6195278966c6b134a2f450465e1 (patch) | |
tree | 30e1f1101fe64f556ba4a10c5b3e30b9c2e9cf0a /CHANGELOG.md | |
parent | 1054dda76b87d9f7f77311d8d804c1017b668996 (diff) | |
download | cmd2-git-e6a9a1c972e5e6195278966c6b134a2f450465e1.tar.gz |
Added always_show_hint setting
Fixed issue where flag names weren't always sorted correctly in argparse tab completion
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9c1ca6..3ac4ead0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.4.0 (TBD, 2020) +* Enhancements + * Added user-settable option called `always_show_hint`. If True, then tab completion hints will always + display even when tab completion suggestions print. Arguments whose help or hint text is suppressed will + not display hints even when this setting is True. +* Bug Fixes + * Fixed issue where flag names weren't always sorted correctly in argparse tab completion + ## 1.3.9 (September 03, 2020) * Breaking Changes * `CommandSet.on_unregister()` is now called as first step in unregistering a `CommandSet` and not |