Fix duplicate short options issue
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index c37dfdc..842d82c 100644 (file)
@@ -5,6 +5,8 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
+has '+help' => (cmd_aliases => 'h');
+
 __PACKAGE__->meta->make_immutable;
 
 =head1 NAME