summaryrefslogtreecommitdiff
path: root/docs/settingchanges.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-28 19:05:25 -0400
committerGitHub <noreply@github.com>2017-06-28 19:05:25 -0400
commit63c17bbefdea43a7839b333eb2af44e12bdde53f (patch)
treeea8632f40502947d34c3d14d20c6d64a470ea712 /docs/settingchanges.rst
parent28b5a6b8667f2e105c6c38ef9cf341a0087006fb (diff)
parentf5224cf0af76c639007763c351d1b9fa02ee1208 (diff)
downloadcmd2-git-63c17bbefdea43a7839b333eb2af44e12bdde53f.tar.gz
Merge pull request #143 from python-cmd2/no_url_load
Refactored to remove a few things that felt out of place
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r--docs/settingchanges.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst
index 94849246..bdb5d186 100644
--- a/docs/settingchanges.rst
+++ b/docs/settingchanges.rst
@@ -104,12 +104,11 @@ with::
(Cmd) set --long
abbrev: True # Accept abbreviated commands
- autorun_on_edit: True # Automatically run files after editing
+ autorun_on_edit: False # Automatically run files after editing
case_insensitive: True # upper- and lower-case both OK
colors: True # Colorized output (*nix only)
continuation_prompt: > # On 2nd+ line of input
debug: False # Show full error stack on error
- default_file_name: command.txt # for ``save``, ``load``, etc.
echo: False # Echo command issued into output
editor: vim # Program used by ``edit``
feedback_to_output: False # include nonessentials in `|`, `>` results