6 lines
291 B
Text
6 lines
291 B
Text
The Console_Getargs package implements a Command Line arguments and parameters
|
|
parser for your CLI applications. It performs some basic arguments validation
|
|
and automatically creates a formatted help text, based on the given
|
|
configuration.
|
|
|
|
WWW: https://pear.php.net/package/Console_Getargs
|