follow_symlinks has short option
Devin Austin [Sat, 4 Jul 2009 00:58:02 +0000 (00:58 +0000)]
lib/Catalyst/Script/Server.pm

index 5f3d508..d466bca 100644 (file)
@@ -98,7 +98,13 @@ has restart_regex => (
     required => 0 
 );
 
-has follow_symlinks => ( isa => 'Bool',   is => 'ro', required => 0 );
+has follow_symlinks => ( 
+    traits => [qw(Getopt)],
+    cmd_aliases => 'sym',
+    isa => 'Bool',   
+    is => 'ro', 
+    required => 0 
+);
 
 my @argv = @ARGV;