From 11117ce9f88782ef1fca3e28d2dbb19df8865610 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 5 Sep 2020 03:30:43 -0400 Subject: 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. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.1