doot.cmds.help_cmd
Classes
Generic implementations of command methods |
Module Contents
- class doot.cmds.help_cmd._HelpTask_m[source]
- _task_help(
- count: int,
- spec: doot.workflow._interface.TaskSpec_i,
Print the help for a task spec
- Parameters:
count (int)
- Return type:
- class doot.cmds.help_cmd.HelpCmd(name: jgdv.Maybe[str] = None)[source]
Bases:
doot.cmds._base.BaseCommandGeneric implementations of command methods
- Parameters:
name (jgdv.Maybe[str])
- _name = 'help'
- _help = ('Print info about the specified cmd or task', 'Can also be triggered by passing --help to any...