From fee5cd9a09125b2f0c993e95f928821f77f936d6 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Fri, 9 May 2008 02:30:34 -0500 Subject: add some more command aliases --- lib/App/Hiveminder/Command/Create.pm | 2 ++ lib/App/Hiveminder/Command/List.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/App/Hiveminder/Command/Create.pm b/lib/App/Hiveminder/Command/Create.pm index cca1ea6..25b1a0b 100644 --- a/lib/App/Hiveminder/Command/Create.pm +++ b/lib/App/Hiveminder/Command/Create.pm @@ -11,6 +11,8 @@ App::Hiveminder::Command::Create - Create a new task =cut +sub command_names { qw/create c/ } + sub command { my ($self, $args) = @_; $args = join " ", @$args; diff --git a/lib/App/Hiveminder/Command/List.pm b/lib/App/Hiveminder/Command/List.pm index 337adf6..e7746a6 100644 --- a/lib/App/Hiveminder/Command/List.pm +++ b/lib/App/Hiveminder/Command/List.pm @@ -10,7 +10,7 @@ App::Hiveminder::Command::List - List tasks =cut -sub command_names { qw/list ls/ } +sub command_names { qw/list ls find/ } sub command { my ($self, $args) = @_; -- cgit v1.2.3-54-g00ecf