cliff 1.3.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.

Project details 1.3.3 on PyPI

What’s New In This Release?

  • Restore compatibility with prettytable < 0.7.2 by forcing no output if there is no data (instead of printing an empty table). Contributed by Dirk Mueller.
  • Update to allow cmd2 version 0.6.5.1. Contributed by Dirk Mueller.