[Catalyst-commits] r12040 -
Catalyst-Devel/1.00/branches/helper_refactor/share/script
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Thu Nov 26 23:06:57 GMT 2009
Author: t0m
Date: 2009-11-26 23:06:57 +0000 (Thu, 26 Nov 2009)
New Revision: 12040
Modified:
Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_create.pl.tt
Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_fastcgi.pl.tt
Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_server.pl.tt
Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_test.pl.tt
Log:
Update options
Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_create.pl.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_create.pl.tt 2009-11-26 22:58:38 UTC (rev 12039)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_create.pl.tt 2009-11-26 23:06:57 UTC (rev 12040)
@@ -45,9 +45,9 @@
[% 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
Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_fastcgi.pl.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_fastcgi.pl.tt 2009-11-26 22:58:38 UTC (rev 12039)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_fastcgi.pl.tt 2009-11-26 23:06:57 UTC (rev 12040)
@@ -15,20 +15,20 @@
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
Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_server.pl.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_server.pl.tt 2009-11-26 22:58:38 UTC (rev 12039)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_server.pl.tt 2009-11-26 23:06:57 UTC (rev 12040)
@@ -17,27 +17,27 @@
[% 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
Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_test.pl.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_test.pl.tt 2009-11-26 22:58:38 UTC (rev 12039)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_test.pl.tt 2009-11-26 23:06:57 UTC (rev 12040)
@@ -14,7 +14,7 @@
[% 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
More information about the Catalyst-commits
mailing list