Skip to content

Commit d25534a

Browse files
committed
Updated documentation about set command
1 parent 631ed8a commit d25534a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/features/builtin_commands.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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
116117
the ``set`` command like so:

0 commit comments

Comments
 (0)