diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-07 13:09:43 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-07 13:09:43 -0500 |
commit | 383853ee92f69c3e4ccadacd34e0f22e1e896345 (patch) | |
tree | d78cd5fcbb4946206377a162bbcb3b7c01576d15 /docs/features | |
parent | f970c16756803ad8c03c5e544f09acd4431d8b16 (diff) | |
download | cmd2-git-383853ee92f69c3e4ccadacd34e0f22e1e896345.tar.gz |
Updated documentation
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/settings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst index 7cc0d727..f305a68c 100644 --- a/docs/features/settings.rst +++ b/docs/features/settings.rst @@ -46,7 +46,7 @@ comments, is viewable from within a running application with:: (Cmd) set --long - allow_style: Terminal # Allow ANSI style sequences in output (valid values: Terminal, Always, Never) + allow_style: Terminal # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never) continuation_prompt: > # On 2nd+ line of input debug: False # Show full error stack on error echo: False # Echo command issued into output |