From 70e687afcaa1621de7f3e7c35c2121d6504248a8 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 2 Jan 2011 21:17:13 -0500 Subject: [PATCH] add "task" Command --- Command.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',