We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203b92c commit bd71474Copy full SHA for bd71474
docs/scenarios/cli.rst
@@ -6,11 +6,14 @@ Command Line Applications
6
Clint
7
-----
8
9
-.. todo:: Write about Clint
+`clint <https://pypi.python.org/pypi/clint/>`_ is a python module which is
10
+filled with very useful tools for developing commandline applications.
11
+It supports features such as; CLI Colors and Indents, Simple and Powerful
12
+Column Printer, Iterator based progress bar and Implicit argument handling.
13
14
docopt
15
------
16
17
`docopt <http://docopt.org/>`_ is a lightweight, highly Pythonic package that
18
allows creating command line interfaces easily and intuitively, by parsing
-POSIX-style usage instructions.
19
+POSIX-style usage instructions.
0 commit comments