DOIT_CONFIG = { 'default_tasks': ['list'], }
def task_hello():
return { 'actions': ['echo Hello'], }
doit
ERROR: Invalid parameter: "list". Must be a command, task, or a target.
Type "doit help" to see available commands.
Type "doit list" to see available tasks.
It seems
listcommand cannot be a default task.Environment