Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/scenarios/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 command
line interfaces in a composable way with as little amount of code as
necessary. It’s the “Command Line Interface Creation Kit”. It’s highly
configurable but comes with good defaults out of the box.

docopt
------

Expand Down