Application base class.
Return an argparse option parser for this application.
Subclasses may override this method to extend the parser with more global options.
Hook run after a command is done to shutdown the app.
Create logging handlers for any log output.
Perform any preliminary work needed to run a command.
Equivalent to the main program for the application.
Base class for formatters that know how to deal with multiple objects.
Format and print the list from the iterable data source.
Parameters: |
|
---|
Base class for formatters that work with single objects.
Format and print the values associated with the single object.
Parameters: |
|
---|