diff options
author | Todd Leonhardt <tleonhardt@gmail.com> | 2017-06-28 18:10:16 -0400 |
---|---|---|
committer | Todd Leonhardt <tleonhardt@gmail.com> | 2017-06-28 18:10:16 -0400 |
commit | d80d47b9a78624b515b732ee3c3f848150cfaa86 (patch) | |
tree | b9f18e59b182f09b9a1dca397d97b72c11b12258 /docs | |
parent | 9efa8ee8d0e14d494eb954cd356d17832573deee (diff) | |
download | cmd2-git-d80d47b9a78624b515b732ee3c3f848150cfaa86.tar.gz |
Multiple changes
- Disabled TravisCI macOS builds because they are heavily backlogged
- Removed a file which should never have been committed
- Updated Sphinx docs to relect that the default_file_name settable parameter no longer exists
- Fixed comment in a unit test
- Fixed a unit test to use os.path.sep for cross-platform compatibility
Diffstat (limited to 'docs')
-rw-r--r-- | docs/settingchanges.rst | 3 |
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 |