| PEAR Announce 2007-12-21, 7:06 pm |
| The new PEAR package Console_CommandLine-0.1.1 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
* bugs
- fixed bug #12711,
- fixed wrong error triggered when argument name is invalid.
* changes
- some cosmetic changes,
- added a lot of phpt test files.
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.1.1
Download: http://download.pear.php.net/packag...dLine-0.1.1.tgz
Authors
-------
David Jean Louis (lead)
|