summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-09 00:37:15 -0400
committerGitHub <noreply@github.com>2020-09-09 00:37:15 -0400
commit631ed8a5c4f3a6884b5b3398b14998db48b73d40 (patch)
treea7dba453580c35a8b44b7d8505bbef31836e336c /CHANGELOG.md
parenta8d3ab2f64c3f8d76e687ecffdfd2211fc61b158 (diff)
parent11117ce9f88782ef1fca3e28d2dbb19df8865610 (diff)
downloadcmd2-git-631ed8a5c4f3a6884b5b3398b14998db48b73d40.tar.gz
Merge pull request #994 from python-cmd2/format_flags
Group flags in argparse tab completion
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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