summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 09:50:38 -0700
committerDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 09:50:38 -0700
commit214816e38ee50c238e600a992f218b77292de430 (patch)
tree093dfeb8b431ba8d1970e3fa3473b52fad9b611e /README.rst
parentde938f401a10c183c168164509a4fea45ba528c7 (diff)
downloadcliff-214816e38ee50c238e600a992f218b77292de430.tar.gz
add a basic description to readme
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.