cliff 1.3.1

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.1 on PyPI

What’s New In This Release?

  • Sort list of commands in interactive help mode. (contributed by Ilya Shakhat)
  • Fix a dependency issue with PyParsing until the cmd2 package can release an update setting the version of its dependency based on the Python version.