Command Line Interface Formulation Framework
Go to file
Corey Bryant 2df12e4342 Align parsed() call with cmd2 versions >= 0.7.3
In version 0.7.3, cmd2 moved the parsed method from class Cmd()
to class ParserManager().

Change-Id: Ie0c057ffaeaa05c4f5e0f3599aab850245c55066
Closes-Bug: #1751822
2018-06-29 16:28:08 +00:00
cliff Align parsed() call with cmd2 versions >= 0.7.3 2018-06-29 16:28:08 +00:00
demoapp add before and after hooks 2017-06-30 09:50:21 -04:00
doc sphinxext: Add 'application' option to the autoprogram directive 2017-07-03 09:17:41 +09:00
integration-tests Add Constraints support 2017-01-04 08:55:06 +11:00
tools Add Constraints support 2017-01-04 08:55:06 +11:00
.gitignore covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
.gitreview Update .gitreview for stable/pike 2017-07-28 21:03:00 +00:00
.testr.conf covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
.travis.yml add pypy test env configuration 2013-09-23 15:45:31 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:36 +00:00
LICENSE change to apache license 2012-04-20 10:06:58 -07:00
MANIFEST.in remove the other traces of distribute 2013-06-11 14:01:31 -04:00
Makefile Correct path to docs 2015-11-12 13:52:05 +00:00
README.rst Show team and repo badges on README 2016-11-26 12:04:54 +01:00
openstack-common.conf remove openstack-common.conf 2016-01-15 12:53:44 +08:00
requirements.txt update cmd2 dependency to handle py3 only versions 2018-05-31 19:11:17 +00:00
setup.cfg Use Sphinx 1.5 warning-is-error 2017-03-16 16:54:23 +00:00
setup.py Updated from global requirements 2017-03-02 11:43:26 +00:00
test-requirements.txt Updated from global requirements 2017-08-11 18:57:37 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/pike 2017-07-28 21:03:01 +00:00

README.rst

Team and repository tags

image

cliff -- Command Line Interface Formulation Framework

cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions.