Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-pear-Console-CommandLine - A full featured command line options and arguments parser
- Description:
Console_CommandLine is a full featured package for managing command-line
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 (i.e. $ my-script.php -q sub-command -f file),
* can be completely built from an XML definition file,
* generate --help and --version options automatically,
* can be completely customized,
* built-in support for i18n,
* and much more...
Packages
php-pear-Console-CommandLine-1.2.0-1.el6.noarch
[52 KiB] |
Changelog
by Remi Collet (2012-12-30):
- Version 1.2.0 (stable) - API 1.2.0 (stable)
- fix for https://pear.php.net/bugs/18682
columnWrap() in Default Renderer eats up lines with only a EOL
- fix for https://pear.php.net/bugs/19683
Unit tests are broken
- clean requires
- keep doc in /usr/share/doc/pear
|