cliff 1.5.0

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

What’s New In This Release?

  • Fix the arguments passed to commands when they are instantiated to pull out help. See issue 52 for details.
  • Add bash command completion. (Contributed by Terry Howe)
  • Use stevedore to load formatter plugins.
  • Use pbr for packaging.