parade.command.task package

Submodules

parade.command.task.create module

class parade.command.task.create.GenTaskCommand

Bases: parade.command.ParadeCommand

The gentask command will create a task of specified type in current workspace

aliases
config_parser(parser)

Populate option parse with options available for this command

requires_workspace = True
run_internal(context, **kwargs)

Internal running logic, to be implemented :param context: the context to use :return:

short_desc()

A short description of the command

templates_dir

parade.command.task.debug module

parade.command.task.list module

class parade.command.task.list.ListTaskCommand

Bases: parade.command.ParadeCommand

aliases
config_parser(parser)

Populate option parse with options available for this command

requires_workspace = True
run_internal(context, **kwargs)

Internal running logic, to be implemented :param context: the context to use :return:

short_desc()

A short description of the command

parade.command.task.run module

Module contents