Merge pull request #421 from gregimba/master

Added click a new cli to the cli page
This commit is contained in:
2014-04-30 18:08:19 -04:00
+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 It supports features such as; CLI Colors and Indents, Simple and Powerful
Column Printer, Iterator based progress bar and Implicit argument handling. Column Printer, Iterator based progress bar and Implicit argument handling.
Click
-----
`click <http://click.pocoo.org/>`_ is a Python package for creating 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 docopt
------ ------