summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 01:59:55 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 01:59:55 -0500
commit1e3708571debdc82b3dd23f10732d4e97f364798 (patch)
treeeb1406418a6f29b80742ac86cbf742427e2b6ebc
parentabcfef5d15e01a6050f72f722027c015c587a5ef (diff)
downloadapp-hiveminder-1e3708571debdc82b3dd23f10732d4e97f364798.tar.gz
app-hiveminder-1e3708571debdc82b3dd23f10732d4e97f364798.zip
it's confusing to have the default error message act like you typed 'hm help' rather than just 'hm'
-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;