Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pear-Console-CommandLine - A full featured command line options and arguments parser

Website:
http://pear.php.net/package/Console_CommandLine
Licence:
MIT
Vendor:
Remi Collet
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.2-12.remi.src [50 KiB] Changelog by Remi Collet (2021-03-31):
- add patch for PHP 8 from
  https://github.com/pear/Console_CommandLine/pull/11
php-pear-Console-CommandLine-1.2.2-1.remi.src [49 KiB] Changelog by Remi Collet (2016-07-18):
- Update to 1.2.2
php-pear-Console-CommandLine-1.2.1-1.remi.src [50 KiB] Changelog by Remi Collet (2015-12-11):
- Update to 1.2.1
- provide php-composer(pear/console_commandline)
- run test suite with pear instead of phpunit
- fix test suite https://github.com/pear/Console_CommandLine/pull/8
php-pear-Console-CommandLine-1.2.0-2.remi.src [47 KiB] Changelog by Remi Collet (2012-12-30):
- 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
php-pear-Console-CommandLine-1.2.0-1.remi.src [44 KiB] Changelog by Remi Collet (2012-10-25):
- Version 1.2.0 (stable) - API 1.2.0 (stable)