| PEAR Announce 2008-01-09, 4:17 am |
| The new PEAR package Console_CommandLine-0.2.1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
fixed bug #12859: xmlschema.rng gets searched at the wrong folder
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.../download/0.2.1
Download: http://download.pear.php.net/packag...dLine-0.2.1.tgz
Authors
-------
David Jean Louis (lead)
|