<?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.2.0</v>
 <st>stable</st>
 <l>PHP License</l>
 <m>scottmattocks</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-10-22 16:26:57</da>
 <n>Implement feature request #2428: Passing parameters on the command line
Implement feature request #2445: Allow user defined argument lists
Implement fix for bug #2486: Notice in parseArgs
More detailed help message. Shows optional/required arguments.
New example file.</n>
 <f>14411</f>
 <g>http://pear.php.net/get/Console_Getargs-1.2.0</g>
 <x xlink:href="package.1.2.0.xml"/>
</r>