Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.12 KB

announce.rst

File metadata and controls

39 lines (25 loc) · 1.12 KB

cliff -- Command Line Interface Formulation Framework -- version 1.3

.. tags:: python cliff release DreamHost

cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions.

What's New In This Release?

  • Allow user to pass argparse_kwargs argument to the build_option_parser method. This argument can contain extra keyword arguments which are passed to the ArgumentParser constructor. (contributed by Tomaz Muraus)
  • Document the dependency on using distribute.

Documentation

Documentation for cliff is hosted on readthedocs.org

Installation

Use pip:

$ pip install cliff

See the installation guide for more details.