Skip to content

Commit c797cfb

Browse files
committed
Merge pull request realpython#421 from gregimba/master
Added click a new cli to the cli page
2 parents 0bf86ec + 480852f commit c797cfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/scenarios/cli.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ filled with very useful tools for developing commandline applications.
1111
It supports features such as; CLI Colors and Indents, Simple and Powerful
1212
Column Printer, Iterator based progress bar and Implicit argument handling.
1313

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+
1422
docopt
1523
------
1624

0 commit comments

Comments
 (0)