diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-04 01:02:53 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-05 02:14:40 -0400 |
commit | e6a9a1c972e5e6195278966c6b134a2f450465e1 (patch) | |
tree | 30e1f1101fe64f556ba4a10c5b3e30b9c2e9cf0a /examples/transcripts | |
parent | 1054dda76b87d9f7f77311d8d804c1017b668996 (diff) | |
download | cmd2-git-e6a9a1c972e5e6195278966c6b134a2f450465e1.tar.gz |
Added always_show_hint setting
Fixed issue where flag names weren't always sorted correctly in argparse tab completion
Diffstat (limited to 'examples/transcripts')
-rw-r--r-- | examples/transcripts/transcript_regex.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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: /.*?/ |