VALUE_NONE
VALUE_NONE = 1
Represents a command line option.
__construct(string $name, string|array $shortcut = null, integer|null $mode = null, string $description = '', string|array<mixed,string>|integer|boolean|null $default = null)
string | $name | The option name |
string|array | $shortcut | The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts |
integer|null | $mode | The option mode: One of the VALUE_* constants |
string | $description | A description text |
string|array<mixed,string>|integer|boolean|null | $default | The default value (must be null for self::VALUE_NONE) |
If option mode is invalid or incompatible