From 1e3708571debdc82b3dd23f10732d4e97f364798 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Fri, 9 May 2008 01:59:55 -0500 Subject: it's confusing to have the default error message act like you typed 'hm help' rather than just 'hm' --- lib/App/Hiveminder.pm | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3-54-g00ecf