summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-09 01:10:00 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-09 01:10:00 -0400
commita975432ea87b8bde7d879f6e0974dcaffedc5f78 (patch)
tree805867844ea19c7be507da785585c38268c9e560
parented21e63be4688c0d986238cc9bd0ee6f208da381 (diff)
parentd25534abb4c1dac20defe52959040c43ba525d2f (diff)
downloadcmd2-git-a975432ea87b8bde7d879f6e0974dcaffedc5f78.tar.gz
Merge branch 'master' into 2.0
-rw-r--r--docs/features/builtin_commands.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/features/builtin_commands.rst b/docs/features/builtin_commands.rst
index d5112458..14f340c2 100644
--- a/docs/features/builtin_commands.rst
+++ b/docs/features/builtin_commands.rst
@@ -102,15 +102,16 @@ within a running application:
.. code-block:: text
- (Cmd) set --long
- allow_style: Terminal # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never)
- 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
- quiet: False # Don't print nonessential feedback
- timing: False # Report execution times
+ (Cmd) set --verbose
+ 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: True # Show full traceback on exception
+ echo: False # Echo command issued into output
+ editor: 'vi' # 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
+ quiet: False # Don't print nonessential feedback
+ timing: False # Report execution times
Any of these user-settable parameters can be set while running your app with
the ``set`` command like so: