<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/console_commandline">Console_CommandLine</p>
 <c>pear.php.net</c>
 <v>1.0.0RC1</v>
 <st>beta</st>
 <l>MIT License</l>
 <m>izi</m>
 <s>A full featured command line options and arguments parser</s>
 <d>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...</d>
 <da>2008-01-18 12:25:35</da>
 <n>- fixed a missing check when a short option require an argument and is the last
  in the argv array,
- more GNU getopt compliance: long option/argument can also be separated by a
  space now and long options abbreviations are supported,
- added a &quot;Password&quot; action: with this action it is possible to specify a
  password on the command line, and if it is missing it will be prompted to
  user (and will not be echo on stdin on UNIX systems),
- added more tests.</n>
 <f>24096</f>
 <g>http://pear.php.net/get/Console_CommandLine-1.0.0RC1</g>
 <x xlink:href="package.1.0.0RC1.xml"/>
</r>