Class OptionType
Enumeration used to declare a \Peg\Custom\CommandLine\Option type
integer |
STRING
|
1 |
#
Accepts any type of string. |
integer |
INTEGER
|
2 |
#
Only accept numbers. |
integer |
FLAG
|
3 |
#
Doesn't needs a value, just to be present. |