cliff 0.3
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?
- Add ShowOne base class for commands that show details about single objects.
- Fix a problem with Lister when there is no data to be printed.