summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 02:51:13 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 02:51:13 -0500
commit48d6387bfee7c82e3f30dfe1760f48d55cce1f52 (patch)
treed6f043cb1994341eaf51bc864df5dc325555363a
parentebb535fa0b28e79b1ad55cff88b337b052554392 (diff)
downloadapp-hiveminder-48d6387bfee7c82e3f30dfe1760f48d55cce1f52.tar.gz
app-hiveminder-48d6387bfee7c82e3f30dfe1760f48d55cce1f52.zip
add another alias for create
-rw-r--r--lib/App/Hiveminder/Command/Create.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Hiveminder/Command/Create.pm b/lib/App/Hiveminder/Command/Create.pm
index fd25429..87ef765 100644
--- a/lib/App/Hiveminder/Command/Create.pm
+++ b/lib/App/Hiveminder/Command/Create.pm
@@ -11,7 +11,7 @@ App::Hiveminder::Command::Create - Create a new task
=cut
-sub command_names { qw/create c/ }
+sub command_names { qw/create c add/ }
sub command {
my $self = shift;