struct Clicr::Command::Option(T)
- Clicr::Command::Option(T)
- Struct
- Value
- Object
Defined in:
command.crConstructors
- .new(label : String | Nil = nil, short : Char | Nil = nil)
- .new(type : T.class, label : String | Nil = nil, short : Char | Nil = nil)
- .new(default : T, label : String | Nil = nil, short : Char | Nil = nil)