cliff 0.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?
- Incorporate changes from dtroyer to replace use of optparse in App with argparse.
- Added “help” subcommand to replace
–help
option handling in subcommands.