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 --- examples/transcripts/transcript_regex.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index a3a91236..3065aae5 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -4,6 +4,7 @@ # 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