File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,16 @@ within a running application:
102102
103103.. code-block :: text
104104
105- (Cmd) set --long
106- allow_style: Terminal # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never)
107- debug: False # Show full traceback on exception
108- echo: False # Echo command issued into output
109- editor: vim # Program used by 'edit'
110- feedback_to_output: False # include nonessentials in '|', '>' results
111- max_completion_items: 50 # Maximum number of CompletionItems to display during tab completion
112- quiet: False # Don't print nonessential feedback
113- timing: False # Report execution times
105+ (Cmd) set --verbose
106+ allow_style: 'Terminal' # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never)
107+ always_show_hint: False # Display tab completion hint even when completion suggestions print
108+ debug: True # Show full traceback on exception
109+ echo: False # Echo command issued into output
110+ editor: 'vi' # Program used by 'edit'
111+ feedback_to_output: False # Include nonessentials in '|', '>' results
112+ max_completion_items: 50 # Maximum number of CompletionItems to display during tab completion
113+ quiet: False # Don't print nonessential feedback
114+ timing: False # Report execution times
114115
115116 Any of these user-settable parameters can be set while running your app with
116117the ``set `` command like so:
You can’t perform that action at this time.
0 commit comments