From fa307c21413efd115dd883d5c9c92c07f0b01f19 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 14 Jan 2015 02:31:36 +0100 Subject: [PATCH] Update cli.rst Fixed Cliff's documentation link, as the ReadTheDocs one is not working. --- 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 96a1914..c8cdcec 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -56,7 +56,7 @@ who choose to create a command-line interface because it is quick and simple. Cliff ------ -`Cliff `_ is a framework for +`Cliff `_ is a framework for building command-line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions. The framework is meant to be used to create multi-level commands such as subversion and git, where