<?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_getargs">Console_Getargs</p>
 <c>pear.php.net</c>
 <v>1.0.0</v>
 <st>stable</st>
 <l>PHP License</l>
 <m>mansion</m>
 <s>A command-line arguments parser</s>
 <d>The Console_Getargs package implements a Command Line arguments
parser that your CLI applications can use to parse arguments found in
$_SERVER['argv']. It performs some basic arguments validation and is capable
to return a formatted help text to the user, based on the configuration 
it is given.
</d>
 <da>2004-09-20 05:30:20</da>
 <n>First stable release
Fixed bug #1823 : The getHelp() method ignores user-defined header.</n>
 <f>7436</f>
 <g>http://pear.php.net/get/Console_Getargs-1.0.0</g>
 <x xlink:href="package.1.0.0.xml"/>
</r>