diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index cee4872d0..79519c03c 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -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 `_ 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 ------