Vexil.Structs.Option (Vexil v0.1.0) View Source
A struct used for defining options in Vexil.
Link to this section Summary
Link to this section Types
Specs
t() :: %Vexil.Structs.Option{ default: any(), greedy: bool() | pos_integer(), long: String.t(), multiple: bool(), parser: Vexil.Parsers.custom() | Vexil.Parsers.builtins(), required: bool(), short: String.t() }