From: "PEAR Announce" on
The new PEAR package Console_CommandLine-1.1.3 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* fixed package.xml to allow installation via pyrus.

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.1.3
Download: http://download.pear.php.net/package/Console_CommandLine-1.1.3.tgz

Authors
-------
Richard Quadling (lead)
David Jean Louis (lead)