| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 126763
Submitted by: Wen heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=219154
|
|
|
|
|
|
|
|
| |
PR: 126181
Submitted by: Wen heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=217957
|
|
|
|
|
|
|
|
| |
PR: 123897
Submitted by: Wen heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=213619
|
|
|
|
| |
Notes:
svn path=/head/; revision=205506
|
|
options and arguments highly inspired from python optparse module, it allows
the developer to easily build complex command line interfaces.
Main features:
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an xml definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...
WWW: http://pear.php.net/package/Console_CommandLine
Notes:
svn path=/head/; revision=204275
|