[ANNOUNCEMENT] Console_CommandLine-1.2.1 (stable) Released.
[email protected] ("PEAR Announce") Thu, 10 Dec 2015 14:56:06 -0500 (EST)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package Console_CommandLine-1.2.1 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* Fixed bug #18397: List action example is wrong [cweiske]
* Fixed bug #18682: columnWrap() in refault renderer eats up lines with only a EOL [izi, thanks Helgi]
* Fixed bug #18703: No way to override reading of stdin with - [izi, thanks Gwynne Raskind]
* Fixed bug #19683: Unit tests are broken [farell]
* Fixed bug #19921: package dependencies don't include dom [cweiske]
* Fixed unit tests [izi]
* Fixed comparison on PHP 7 [Jan Olsen]
* Allow multiple instances of the parser by making static variables private [Greg Oriol]
* Add composer support
Package Info
------------
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 (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...
Related Links
-------------
Package home: http://pear.php.net/package/Console_CommandLine
Changelog: http://pear.php.net/package/Console_CommandLine/download/1.2.1
Download: http://download.pear.php.net/package/Console_CommandLine-1.2.1.tgz
Authors
-------
Richard Quadling (lead)
David Jean Louis (lead)