File: regex_set.txt

package info (click to toggle)
cmd2 2.4.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,672 kB
  • sloc: python: 19,288; makefile: 88; sh: 16
file content (27 lines) | stat: -rw-r--r-- 1,760 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Run this transcript with "python example.py -t transcript_regex.txt"
# The regex for colors shows all possible settings for colors
# 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
Name                  Value                           Description/ +/
==================================================================================================================
allow_style           Terminal                        Allow ANSI text style sequences in output (valid values:/ +/
                                                      Always, Never, Terminal)/ +/
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/ +/