class CommandLine

Stupid command line arguments parser.

Constants

ARGUMENT

OPTIONAL

REPEATABLE

ENUM

REALPATH

VALUE

Methods

__construct($help, array $defaults = array())

No description

parse(array $args = NULL)

No description

help()

No description

checkArg(array $opt, $arg)

No description

isEmpty()

No description

Details

at line 37
__construct($help, array $defaults = array())

No description

Parameters

$help
array $defaults

at line 71
parse(array $args = NULL)

No description

Parameters

array $args

at line 148
help()

No description

at line 154
checkArg(array $opt, $arg)

No description

Parameters

array $opt
$arg

at line 166
isEmpty()

No description