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.
2 parents 0bf86ec + 480852f commit c797cfbCopy full SHA for c797cfb
docs/scenarios/cli.rst
@@ -11,6 +11,14 @@ 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
+Click
15
+-----
16
+
17
+`click <http://click.pocoo.org/>`_ is a Python package for creating command
18
+line interfaces in a composable way with as little amount of code as
19
+necessary. It’s the “Command Line Interface Creation Kit”. It’s highly
20
+configurable but comes with good defaults out of the box.
21
22
docopt
23
------
24
0 commit comments