Added -nonew alias
Sebastian Riedel [Fri, 18 Nov 2005 22:56:51 +0000 (22:56 +0000)]
lib/Catalyst/Helper.pm

index f34799b..0d19516 100644 (file)
@@ -939,9 +939,9 @@ my $help  = 0;
 my $short = 0;
 
 GetOptions(
-    'force'  => \$force,
-    'help|?' => \$help,
-    'short'  => \$short
+    'nonew|force' => \$force,
+    'help|?'      => \$help,
+    'short'       => \$short
  );
 
 pod2usage(1) if ( $help || !$ARGV[0] );