diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-26 13:14:41 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-26 13:14:41 -0400 |
commit | 67e69cf1137b31c01dbc239af6aecd0c265ffb40 (patch) | |
tree | 891d95e44f4359f11ba4f40fafed637f3772dea0 /docs/settingchanges.rst | |
parent | ee9c10115380635da070df05e83d9fd175187fb8 (diff) | |
parent | 303733526d7335133f7f2dc55f54dca410a9f1de (diff) | |
download | cmd2-git-67e69cf1137b31c01dbc239af6aecd0c265ffb40.tar.gz |
Merge branch 'master' into macro
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r-- | docs/settingchanges.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index 02955273..e08b6026 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -137,7 +137,7 @@ comments, is viewable from within a running application with:: (Cmd) set --long - colors: True # Colorized output (*nix only) + colors: Terminal # Allow colorized output continuation_prompt: > # On 2nd+ line of input debug: False # Show full error stack on error echo: False # Echo command issued into output @@ -150,5 +150,5 @@ with:: Any of these user-settable parameters can be set while running your app with the ``set`` command like so:: - set colors False + set colors Never |