diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-05 17:06:15 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-05 17:06:15 -0500 |
commit | f3285c801791b46acb4a3ddd0ef372316f314151 (patch) | |
tree | 5b5c49be416e11d76514389c8d2ddc36b6d5a713 /docs | |
parent | 7519f742923a31599c56dfc5db9aad6901bfce73 (diff) | |
download | cmd2-git-f3285c801791b46acb4a3ddd0ef372316f314151.tar.gz |
Updated help text
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features/builtin_commands.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/builtin_commands.rst b/docs/features/builtin_commands.rst index 025149b3..83d3176d 100644 --- a/docs/features/builtin_commands.rst +++ b/docs/features/builtin_commands.rst @@ -93,10 +93,10 @@ within a running application: (Cmd) set --long allow_style: Terminal # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never) - debug: False # Show full error stack on error + 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 + 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 |