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...
Release Notes - 0.1.0
Initial port of PEAR Console_CommandLine to PEAR2.
Major differences are namespace usage and no require statements.
This release is in sync with pear.php.net/Console_CommandLine-1.1.3
Installation
| Status: | 0.1.0 alpha, released on May 23, 2010 |
|---|---|
| License: | New BSD License |
| Maintained: | yes |
Browse Files
91 files in 25 directories.Dependencies for PEAR2_Console_CommandLine
- PHP ≥ 5.3.0
