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.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/App/Hiveminder/Command/Create.pm b/lib/App/Hiveminder/Command/Create.pm
index 6295a52..aa8155f 100644
--- a/lib/App/Hiveminder/Command/Create.pm
+++ b/lib/App/Hiveminder/Command/Create.pm
@@ -5,6 +5,12 @@ use App::Hiveminder::Utils qw/get_text_from_editor_or_cmdline display_tasks
update_tasks/;
extends 'App::Hiveminder::Command';
+=head2 NAME
+
+App::Hiveminder::Command::Create - Creates a new task
+
+=cut
+
sub command {
my ($self, $args) = @_;
$args = join " ", @$args;