summaryrefslogtreecommitdiff
path: root/docs/quickstart.rst
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-05-27 20:59:50 +0600
committerArmin Ronacher <armin.ronacher@active-4.com>2014-05-27 20:59:50 +0600
commitf516eeecf79be6ed51a064e99f01a34a4aec7a75 (patch)
treed456bd485a7cd6e8de2573d67fe5a01a116ed132 /docs/quickstart.rst
parentd27f3a62c5c65779b58bc618e72b50c59374942f (diff)
downloadclick-f516eeecf79be6ed51a064e99f01a34a4aec7a75.tar.gz
Added style helpers and added deeper ansi color support. Colorama now optional.
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r--docs/quickstart.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index 30a0160..1a9c097 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -89,8 +89,9 @@ correction in case the terminal is misconfigured instead of dying with an
:exc:`UnicodeError`.
As an added benefit, starting with click 2.0 the echo function also
-supports portable ANSI coloring if colorama is installed. See
-:ref:`ansi-colors` for more information.
+has good support for ANSI colors. It will automatically strip ANSI codes
+if the output stream is a file and if colorama is supported, ANSI colors
+will also work on Windows. See :ref:`ansi-colors` for more information.
If you don't need this, you can also use the `print()` construct /
function.