blob: d9d31aafc32ead01610e79c59c58e659603388c3 (
plain) (
blame)
1
2
3
4
5
6
|
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
|