CommandLineApp
Base class for building command line applications.
| Source Code | https://github.com/dhellmann/commandlineapp |
|---|---|
| PyPI | https://pypi.org/project/CommandLineApp/ |
The CommandLineApp class makes creating command line applications as
simple as defining callbacks to handle options when they appear in
sys.argv.
The approach taken in CommandLineApp later evolved into
cliff.