Chomp trailing space
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Test.pm
index 7d5e978..8fe9d73 100644 (file)
@@ -4,6 +4,8 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
+has '+help' => (cmd_aliases => 'h');
+
 sub run {
     my $self = shift;