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