cliff 1.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?
- Allow user to pass
argparse_kwargs
argument to thebuild_option_parser
method. This argument can contain extra keyword arguments which are passed to theArgumentParser
constructor. (contributed by Tomaz Muraus) - Document the dependency on using distribute.