summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder/Command/Create.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Hiveminder/Command/Create.pm')
-rw-r--r--lib/App/Hiveminder/Command/Create.pm2
1 files changed, 2 insertions, 0 deletions
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;