Added click a new cli to the cli page

This commit is contained in:
Grant Regimbal
2014-04-24 13:09:55 -07:00
parent 0bf86ec754
commit dcc45981b1
+8
View File
@@ -11,6 +11,14 @@ filled with very useful tools for developing commandline applications.
It supports features such as; CLI Colors and Indents, Simple and Powerful
Column Printer, Iterator based progress bar and Implicit argument handling.
Click
-----
`click <http://click.pocoo.org/>`_ is a Python package for creating beautiful
command line interfaces in a composable way with as little amount of code as
necessary. Its the “Command Line Interface Creation Kit”. Its highly
configurable but comes with good defaults out of the box.
docopt
------