From e9ebdbb1636cb47b18b0c31d5aa560516f34acfb Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Fri, 9 May 2008 02:17:15 -0500 Subject: add 't' as an alias for 'todo' --- lib/App/Hiveminder/Command/Todo.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/App/Hiveminder/Command/Todo.pm b/lib/App/Hiveminder/Command/Todo.pm index 56780b4..d5948eb 100644 --- a/lib/App/Hiveminder/Command/Todo.pm +++ b/lib/App/Hiveminder/Command/Todo.pm @@ -10,6 +10,8 @@ App::Hiveminder::Command::Todo - Display the current todo list =cut +sub command_names { qw/todo t/ } + sub command { my ($self, $args) = @_; my %args = %{ parse_args @$args }; -- cgit v1.2.3