summaryrefslogtreecommitdiff
path: root/docs/quickstart.rst
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-05-26 12:12:35 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-05-26 12:12:35 +0200
commite539622830783ea1d7388ac88d69f4d6e2af9d0b (patch)
tree7e1a24fc1aa803c917493703e1d5a5867df6646e /docs/quickstart.rst
parent0686ce1fc459240f4d7cda5204b197ba94dd8d50 (diff)
downloadclick-e539622830783ea1d7388ac88d69f4d6e2af9d0b.tar.gz
Linked to termui example
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r--docs/quickstart.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index 02b4646..30a0160 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -34,6 +34,8 @@ as in the github repository together with readme files:
<https://github.com/mitsuhiko/click/tree/master/examples/validation>`_
* ``colors``: `Colorama ANSI color support
<https://github.com/mitsuhiko/click/tree/master/examples/colors>`_
+* ``termui``: `Terminal UI functions demo
+ <https://github.com/mitsuhiko/click/tree/master/examples/termui>`_
Basic Concepts
--------------