python-cliff-doc

Command line interface formulation framework documentation
  https://github.com/dreamhost/cliff
  0
  no reviews



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

the cliff framework is meant to be used to create multi-level commands such as subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work.

this is the documentation of python-cliff.