summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 02:17:15 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 02:17:15 -0500
commite9ebdbb1636cb47b18b0c31d5aa560516f34acfb (patch)
treeaedd4058a6a5ae901ded85d7d1837345e45a1652
parentf09e2b69e76883c59004dc4937dce12d127335e5 (diff)
downloadapp-hiveminder-e9ebdbb1636cb47b18b0c31d5aa560516f34acfb.tar.gz
app-hiveminder-e9ebdbb1636cb47b18b0c31d5aa560516f34acfb.zip
add 't' as an alias for 'todo'
-rw-r--r--lib/App/Hiveminder/Command/Todo.pm2
1 files changed, 2 insertions, 0 deletions
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 };