add "task" Command

This commit is contained in:
Josh Holtrop 2011-01-02 21:17:13 -05:00
parent d1a81c2a9c
commit 70e687afca

View File

@ -23,7 +23,8 @@ class Command:
'status' : 1, 'status' : 1,
'fill' : 1, 'fill' : 1,
'adjust' : 1, 'adjust' : 1,
'start' : 1 'start' : 1,
'task' : 1
} }
ALIASES = { ALIASES = {
'rpt' : 'report', 'rpt' : 'report',