cliff 1.2
cliff (“Command Line Interface Formulation Framework”) is a framework for building command line programs. It uses entry points to provide subcommands, output formatters, and other extensions.
What’s New In This Release?
- Fix problem with interactive mode
help
command. - Disable logging by default but add a
--log-file
option to re-enable it at runtime. - Add support for python 2.6. (contributed by Mark McClain for OpenStack Quantum)