diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-09 22:45:53 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-09 22:45:53 -0500 |
commit | 591bd29cb4a3bcb9b1f40ffc1f30429c6501ebdb (patch) | |
tree | 46c1e3af762c9cb222c6ae90bf0446d6eca4b388 /docs/features/settings.rst | |
parent | 10b844809e3a9500274dc4af4e780708975ba905 (diff) | |
parent | d4556962799e68ea4d54ff86186428d17edcaef9 (diff) | |
download | cmd2-git-591bd29cb4a3bcb9b1f40ffc1f30429c6501ebdb.tar.gz |
Merge branch 'master' into generating_output_docs
# Conflicts:
# docs/features/generating_output.rst
# docs/features/settings.rst
Diffstat (limited to 'docs/features/settings.rst')
-rw-r--r-- | docs/features/settings.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst index 88d76dc8..5e2280cd 100644 --- a/docs/features/settings.rst +++ b/docs/features/settings.rst @@ -20,10 +20,10 @@ Commands`. Users can use the :ref:`features/builtin_commands:set` command to show all settings and to modify the value of any setting. -allow_ansi -~~~~~~~~~~ +allow_style +~~~~~~~~~~~ -The ``allow_ansi`` setting controls the behavior of ANSI escape sequences +The ``allow_style`` setting controls the behavior of ANSI escape sequences in output generated with any of the following methods: - ``poutput()`` |