CommandLine
class CommandLine
Stupid command line arguments parser.
Constants
ARGUMENT |
|
OPTIONAL |
|
REPEATABLE |
|
ENUM |
|
REALPATH |
|
VALUE |
|
Methods
__construct($help, array $defaults = [])
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 = [])
No description
at line 71
parse(array $args = null)
No description
at line 148
help()
No description
at line 154
checkArg(array $opt, $arg)
No description
at line 166
isEmpty()
No description