Name: | php-pear-Console-CommandLine |
---|---|
Version: | 1.2.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 240804 |
License: | MIT |
RPM: | php-pear-Console-CommandLine-1.2.1-1.el7.noarch.rpm |
Source RPM: | php-pear-Console-CommandLine-1.2.1-1.el7.src.rpm |
Build Date: | Sat Nov 04 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pear.php.net/package/Console_CommandLine |
Summary: | 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... |
- Update to 1.2.1 - provide php-composer(pear/console_commandline) - fix test suite https://github.com/pear/Console_CommandLine/pull/8 - fix FTBFS, use "pear run-tests" instead of "phpunit"
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- 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
- rebuilt for new pear_datadir
- rebuilt for new pear_testdir
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- removed global channel
- changed pear channel requirement - fixed license - move examples to toplevel doc dir - added check section - own Console directory