summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder/Command/Todo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Hiveminder/Command/Todo.pm')
-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 };