summaryrefslogtreecommitdiff
path: root/docs/why.rst
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-05-31 20:32:54 +0600
committerArmin Ronacher <armin.ronacher@active-4.com>2014-05-31 20:32:54 +0600
commit6eeead5bcfdf2f45c5b3be3db1fce04b08d5af9f (patch)
tree90bf7f383d5d1a645968bad2509c3bc13d99781f /docs/why.rst
parentc9eb780225e71eb3c1444871b4b5179ff160d91e (diff)
downloadclick-6eeead5bcfdf2f45c5b3be3db1fce04b08d5af9f.tar.gz
Added a new item to the why list
Diffstat (limited to 'docs/why.rst')
-rw-r--r--docs/why.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/why.rst b/docs/why.rst
index 757deff..c7ec1c0 100644
--- a/docs/why.rst
+++ b/docs/why.rst
@@ -14,6 +14,9 @@ line utility for Python out there which ticks the following boxes:
* is fully nestable and composable
* works the same on Python 2 and 3
* supports file handling out of the box
+* comes with useful common helpers (getting terminal dimensions,
+ ANSI colors, fetching direct keyboard input, screen clearing,
+ finding config paths, launching apps and editors, etc.)
There are many alternatives to click and you can have a look at them if
you enjoy them better. The obvious ones are ``optparse`` and ``argparse``