class Butler::Dispatcher
- Butler::Dispatcher
- Reference
- Object
Defined in:
butler/dispatcher.crConstant Summary
-
COMMAND_MAP =
{"init" => Butler::Instruction::Initialize, "task-add" => Butler::Instruction::CreateTask, "task-list" => Butler::Instruction::ListTasks}
-
SUPPORTED_INSTRUCTIONS =
["init", "task"]