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 /tests/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 'tests/transcripts')
-rw-r--r-- | tests/transcripts/regex_set.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/transcripts/regex_set.txt b/tests/transcripts/regex_set.txt index 5004adc5..623df8ed 100644 --- a/tests/transcripts/regex_set.txt +++ b/tests/transcripts/regex_set.txt @@ -5,6 +5,7 @@ (Cmd) set allow_style: /'(Terminal|Always|Never)'/ +always_show_hint: False debug: False echo: False editor: /'.*'/ |