cliff/cliff
Doug Hellmann 556495e530 add ShowOne base class for commands that need to show properties of an individual object
make the table formatter work as a single object formatter
update the docs for the new features
2012-04-27 19:56:45 -04:00
..
formatters add ShowOne base class for commands that need to show properties of an individual object 2012-04-27 19:56:45 -04:00
__init__.py add setup.py and package directory 2012-04-20 09:52:55 -07:00
app.py register a custom help action that knows how to print the list of commands available and a help command to generate help for the other commands 2012-04-26 16:19:17 -04:00
command.py first pass at an app class that can invoke commands 2012-04-20 17:33:33 -07:00
commandmanager.py provide an internal API for applications to register commands without going through setuptools (used for help handler) 2012-04-26 16:18:07 -04:00
help.py only show the one-line description in the command list; add a description of "help" 2012-04-26 16:25:33 -04:00
lister.py correct the doctoring 2012-04-27 19:23:13 -04:00
show.py add ShowOne base class for commands that need to show properties of an individual object 2012-04-27 19:56:45 -04:00