From e6a9a1c972e5e6195278966c6b134a2f450465e1 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 4 Sep 2020 01:02:53 -0400 Subject: Added always_show_hint setting Fixed issue where flag names weren't always sorted correctly in argparse tab completion --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index ca03cc47..8bb8b930 100755 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ example/transcript_regex.txt: # regexes on prompts just make the trailing space obvious (Cmd) set allow_style: '/(Terminal|Always|Never)/' +always_show_hint: False debug: False echo: False editor: /.*?/ -- cgit v1.2.1