blob: d7f9583412677f61d6123ac9a7beac9068b213d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
=======================================================
cliff -- Command Line Interface Formulation Framework
=======================================================
.. image:: https://secure.travis-ci.org/dhellmann/cliff.png?branch=master
cliff is a framework for building command line programs. It uses
setuptools entry points to provide subcommands, output formatters, and
other extensions.
Documentation
=============
Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/
|