summaryrefslogtreecommitdiff
path: root/docs/source/index.rst
blob: 0a13664b5fbc8accc20290bcfb9f4bbda4a369ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=======================================================
 cliff -- Command Line Interface Formulation Framework
=======================================================

cliff is a framework for building command line programs. It uses
plugins to define sub-commands, output formatters, and other
extensions.

Contents:

.. toctree::
   :maxdepth: 2

   introduction
   demoapp
   list_commands
   show_commands
   interactive_mode
   classes
   install
   developers
   history


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. todolist::