REQUIRED
REQUIRED = 1
Represents a command line argument.
__construct(string $name, integer|null $mode = null, string $description = '', string|array<mixed,string>|null $default = null)
string | $name | The argument name |
integer|null | $mode | The argument mode: self::REQUIRED or self::OPTIONAL |
string | $description | A description text |
string|array<mixed,string>|null | $default | The default value (for self::OPTIONAL mode only) |
When argument mode is not valid