<?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.0RC2</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-02-23 06:09:10</da>
 <n>- allow &quot;force_posix&quot; option to be passed to the constructor;
- fixed bug #13038 changed the signature of the parse method to allow the 
  developer to pass argc and argv array (instead of using $_SERVER values);
- fixed bug #13132 : &quot;choices&quot; not supported in xml definition (also added 
  &quot;force_posix&quot; attribute support in xml).</n>
 <f>25278</f>
 <g>http://pear.php.net/get/Console_CommandLine-1.0.0RC2</g>
 <x xlink:href="package.1.0.0RC2.xml"/>
</r>