[ANNOUNCEMENT] Console_CommandLine-1.2.2 (stable) Released.

[email protected] ("PEAR Announce") Thu, 14 Jul 2016 02:07:02 -0400 (EDT)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package Console_CommandLine-1.2.2 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* Fix bug #21063: xmlschema.rng location does not work with composer [alec]

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

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