Tidy up help and TODO tests
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Create.pm
index ab85ded..361aa26 100644 (file)
@@ -5,8 +5,6 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
-__PACKAGE__->meta->get_attribute('help')->cmd_aliases('h');
-
 has force => (
     traits => [qw(Getopt)],
     cmd_aliases => 'nonew',