diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-05 03:30:43 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-09 00:06:18 -0400 |
commit | 11117ce9f88782ef1fca3e28d2dbb19df8865610 (patch) | |
tree | a7dba453580c35a8b44b7d8505bbef31836e336c /CHANGELOG.md | |
parent | a8d3ab2f64c3f8d76e687ecffdfd2211fc61b158 (diff) | |
download | cmd2-git-11117ce9f88782ef1fca3e28d2dbb19df8865610.tar.gz |
argparse tab completion now groups flag names which run the same action. Optional flags are wrapped in brackets
like it is done in argparse usage text.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac4ead0..df8fae73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ * 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. + * argparse tab completion now groups flag names which run the same action. Optional flags are wrapped + in brackets like it is done in argparse usage text. * Bug Fixes * Fixed issue where flag names weren't always sorted correctly in argparse tab completion |