.. 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.
- Allow user to pass
argparse_kwargs
argument to thebuild_option_parser
method. This argument can contain extra keyword arguments which are passed to theArgumentParser
constructor. (contributed by Tomaz Muraus) - Document the dependency on using distribute.
Documentation for cliff is hosted on readthedocs.org
Use pip:
$ pip install cliff
See the installation guide for more details.