From dcc45981b1a895c20f834ce72cae5f17eeeda9f0 Mon Sep 17 00:00:00 2001 From: Grant Regimbal Date: Thu, 24 Apr 2014 13:09:55 -0700 Subject: [PATCH 1/2] Added click a new cli to the cli page --- docs/scenarios/cli.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index cee4872d0..14663e069 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 beautiful +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 ------ From 480852fdc5454c27329c495cdbaab81438806b2f Mon Sep 17 00:00:00 2001 From: Grant Regimbal Date: Sat, 26 Apr 2014 08:36:12 -0700 Subject: [PATCH 2/2] removing beautiful could be seen as biased --- docs/scenarios/cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index 14663e069..79519c03c 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -14,8 +14,8 @@ Column Printer, Iterator based progress bar and Implicit argument handling. Click ----- -`click `_ is a Python package for creating beautiful -command line interfaces in a composable way with as little amount of code as +`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.