From 54ff4fcd59af05ed93e12ccaa2814fc6aec37244 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Sun, 11 Dec 2016 20:35:43 -0800 Subject: [PATCH] Click is stable - not upcoming --- 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 ab357c2fd..617de28c0 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -30,7 +30,7 @@ column printer, iterator based progress bars and implicit argument handling. Click ----- -`click `_ is an upcoming Python package for creating +`click `_ is a Python package for creating command-line interfaces in a composable way with as little code as possible. This “Command-line Interface Creation Kit” is highly configurable but comes with good defaults out of the box.