diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-15 11:39:16 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-15 11:39:16 -0400 |
commit | bff6e04607ea9bede7bc981755cdf41740c15462 (patch) | |
tree | a653a9fe4a63a6fe6f840e6c17394204bbc99594 /tests/transcripts | |
parent | 87702b56c5b146ef9ce867343ceaa675ae9c1c21 (diff) | |
download | cmd2-git-bff6e04607ea9bede7bc981755cdf41740c15462.tar.gz |
Make max_completion_items settable
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 02bc9875..fdcca3a8 100644 --- a/tests/transcripts/regex_set.txt +++ b/tests/transcripts/regex_set.txt @@ -11,6 +11,7 @@ echo: False editor: /.*/ feedback_to_output: False locals_in_py: False +max_completion_items: 50 maxrepeats: 3 prompt: (Cmd)/ / quiet: False |