summaryrefslogtreecommitdiff
path: root/tests/transcripts/regex_set.txt
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-08-19 14:45:28 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-08-19 15:50:24 -0400
commit8ba05ef8bcdd53bdd54999cc9885ab310b766d9c (patch)
tree4a683b34d41710f94e7f259580ceb0ff1f46cc4b /tests/transcripts/regex_set.txt
parentdf1925db8607b06079ba78d497701ca961b855ab (diff)
downloadcmd2-git-8ba05ef8bcdd53bdd54999cc9885ab310b766d9c.tar.gz
set command output now uses SimpleTable.
Tabled tab completion now includes divider row. Tab completion results for aliases, macros, and Settables wrap long fields. SimpleTable now accepts blank for the divider character. It is identical to passing None. Removed --verbose flag from set command so the descriptions always show.
Diffstat (limited to 'tests/transcripts/regex_set.txt')
-rw-r--r--tests/transcripts/regex_set.txt31
1 files changed, 21 insertions, 10 deletions
diff --git a/tests/transcripts/regex_set.txt b/tests/transcripts/regex_set.txt
index 623df8ed..68e61e30 100644
--- a/tests/transcripts/regex_set.txt
+++ b/tests/transcripts/regex_set.txt
@@ -3,14 +3,25 @@
# The regex for editor will match whatever program you use.
# Regexes on prompts just make the trailing space obvious
+(Cmd) set allow_style Terminal
+allow_style - was: '/.*/'
+now: 'Terminal'
+(Cmd) set editor vim
+editor - was: '/.*/'
+now: 'vim'
(Cmd) set
-allow_style: /'(Terminal|Always|Never)'/
-always_show_hint: False
-debug: False
-echo: False
-editor: /'.*'/
-feedback_to_output: False
-max_completion_items: 50
-maxrepeats: 3
-quiet: False
-timing: False
+Name Value Description/ +/
+==================================================================================================================
+allow_style Terminal Allow ANSI text style sequences in output (valid values:/ +/
+ Terminal, Always, Never)/ +/
+always_show_hint False Display tab completion hint even when completion suggestions
+ print/ +/
+debug False Show full traceback on exception/ +/
+echo False Echo command issued into output/ +/
+editor vim Program used by 'edit'/ +/
+feedback_to_output False Include nonessentials in '|', '>' results/ +/
+max_completion_items 50 Maximum number of CompletionItems to display during tab/ +/
+ completion/ +/
+maxrepeats 3 Max number of `--repeat`s allowed/ +/
+quiet False Don't print nonessential feedback/ +/
+timing False Report execution times/ +/