From b20eb4c10cc0fa2ac2a50b91f3f258a8e9ac101e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Apr 2014 18:08:37 -0400 Subject: [PATCH] Update cli.rst --- docs/scenarios/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index 79519c0..2153580 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -14,7 +14,7 @@ Column Printer, Iterator based progress bar and Implicit argument handling. Click ----- -`click `_ is a Python package for creating command +`click `_ is an upcoming 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.