From: Tomas Doran Date: Thu, 26 Nov 2009 23:06:57 +0000 (+0000) Subject: Update options X-Git-Tag: 1.21_01~1^2~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=a363c0aaaaa5be119b12a440e2e6f6533300499a Update options --- diff --git a/share/script/myapp_create.pl.tt b/share/script/myapp_create.pl.tt index 54603ac..cb5a19c 100644 --- a/share/script/myapp_create.pl.tt +++ b/share/script/myapp_create.pl.tt @@ -45,9 +45,9 @@ pod2usage(1) unless $helper->mk_component( '[% name %]', @ARGV ); [% appprefix %]_create.pl [options] model|view|controller name [helper] [options] Options: - -force don't create a .new file where a file to be created exists - -mechanize use Test::WWW::Mechanize::Catalyst for tests if available - -help display this help and exits + --force don't create a .new file where a file to be created exists + --mechanize use Test::WWW::Mechanize::Catalyst for tests if available + --help display this help and exits Examples: [% appprefix %]_create.pl controller My::Controller diff --git a/share/script/myapp_fastcgi.pl.tt b/share/script/myapp_fastcgi.pl.tt index eafbd53..c389358 100644 --- a/share/script/myapp_fastcgi.pl.tt +++ b/share/script/myapp_fastcgi.pl.tt @@ -15,20 +15,20 @@ Catalyst::ScriptRunner->run('[% name %]','FastCGI'); Options: -? -help display this help and exits - -l -listen Socket path to listen on + -l --listen Socket path to listen on (defaults to standard input) can be HOST:PORT, :PORT or a filesystem path - -n -nproc specify number of processes to keep + -n --nproc specify number of processes to keep to serve requests (defaults to 1, requires -listen) - -p -pidfile specify filename for pid file + -p --pidfile specify filename for pid file (requires -listen) - -d -daemon daemonize (requires -listen) - -M -manager specify alternate process manager + -d --daemon daemonize (requires -listen) + -M --manager specify alternate process manager (FCGI::ProcManager sub-class) or empty string to disable - -e -keeperr send error messages to STDOUT, not + -e --keeperr send error messages to STDOUT, not to the webserver =head1 DESCRIPTION diff --git a/share/script/myapp_server.pl.tt b/share/script/myapp_server.pl.tt index 2de85a8..5362241 100644 --- a/share/script/myapp_server.pl.tt +++ b/share/script/myapp_server.pl.tt @@ -17,27 +17,27 @@ Catalyst::ScriptRunner->run('[% name %]', 'Server'); [% appprefix %]_server.pl [options] - -d -debug force debug mode - -f -fork handle each request in a new process + -d --debug force debug mode + -f --fork handle each request in a new process (defaults to false) - -? -help display this help and exits - -host host (defaults to all) - -p -port port (defaults to 3000) - -k -keepalive enable keep-alive connections - -r -restart restart when files get modified + -? --help display this help and exits + -h --host host (defaults to all) + -p --port port (defaults to 3000) + -k --keepalive enable keep-alive connections + -r --restart restart when files get modified (defaults to false) - -rd -restartdelay delay between file checks + -rd --restartdelay delay between file checks (ignored if you have Linux::Inotify2 installed) - -rr -restartregex regex match files that trigger + -rr --restartregex regex match files that trigger a restart when modified (defaults to '\.yml$|\.yaml$|\.conf|\.pm$') - -restartdirectory the directory to search for + --restartdirectory the directory to search for modified files, can be set mulitple times (defaults to '[SCRIPT_DIR]/..') - -follow_symlinks follow symlinks in search directories + --follow_symlinks follow symlinks in search directories (defaults to false. this is a no-op on Win32) - -background run the process in the background - -pidfile specify filename for pid file + --background run the process in the background + --pidfile specify filename for pid file See also: perldoc Catalyst::Manual diff --git a/share/script/myapp_test.pl.tt b/share/script/myapp_test.pl.tt index b6719ac..b00026e 100644 --- a/share/script/myapp_test.pl.tt +++ b/share/script/myapp_test.pl.tt @@ -14,7 +14,7 @@ Catalyst::ScriptRunner->run('[% name %]','Test'); [% appprefix %]_test.pl [options] uri Options: - -help display this help and exits + --help display this help and exits Examples: [% appprefix %]_test.pl http://localhost/some_action