diff --git a/Command.py b/Command.py index 6fb6a5c..709be3d 100644 --- a/Command.py +++ b/Command.py @@ -23,7 +23,8 @@ class Command: 'status' : 1, 'fill' : 1, 'adjust' : 1, - 'start' : 1 + 'start' : 1, + 'task' : 1 } ALIASES = { 'rpt' : 'report',