summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7f038cf..5962022 100644
--- a/README.rst
+++ b/README.rst
@@ -2,3 +2,6 @@
cliff -- Command Line Interface Formulation Framework
=======================================================
+cliff is a framework for building command line programs. It uses
+setuptools entry points to provide subcommands, output formatters, and
+other extensions.