summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Hiveminder.pm')
-rw-r--r--lib/App/Hiveminder.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/App/Hiveminder.pm b/lib/App/Hiveminder.pm
index 801b91d..71f75fa 100644
--- a/lib/App/Hiveminder.pm
+++ b/lib/App/Hiveminder.pm
@@ -3,5 +3,7 @@ package App::Hiveminder;
use Moose;
extends 'MooseX::App::Cmd';
+use constant default_command => 'commands';
+
__PACKAGE__->meta()->make_immutable();
1;