module
headfake.cli
This package implements the command line interface for headfake
Classes
Command
— Class for command line script
class
headfake.cli.
Command
(
args=None
)
Class for command line script
staticmethod
run
(
args=None
)
Entrypoint for command line script. this entry point is registered by setup.py when the package is installed.
Returns
None
method
execute
(
)
Runs the app by loading the configuration and generating data
Returns
None