From 48d6387bfee7c82e3f30dfe1760f48d55cce1f52 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Fri, 9 May 2008 02:51:13 -0500 Subject: add another alias for create --- lib/App/Hiveminder/Command/Create.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf