Tidy up help and TODO tests
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Server.pm
index ef1f818..22bafcb 100644 (file)
@@ -11,6 +11,8 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
+__PACKAGE__->meta->get_attribute('help')->cmd_aliases('?');
+
 has debug => (
     traits => [qw(Getopt)],
     cmd_aliases => 'd',