struct OIJ::CLI::GenerateInput::Arguments
- OIJ::CLI::GenerateInput::Arguments
- Struct
- Value
- Object
Included Modules
Defined in:
oij.cr:224oij.cr:226
oij.cr:227
Constant Summary
-
SPECS =
{"generator" => {type: "Path", description: {"generator (required)", ""}, default: "nil", is_required: true}, "count" => {type: "Int32", description: {"count", ""}, default: "100", is_required: false}} of String => NamedTuple(type: String, description: Tuple(String, String | ::Nil), default: String, is_required: Bool)
Constructors
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &)
- #count : Int32 | Nil
- #each(*args, **options)
- #each(*args, **options, &)
- #exists?(name : Symbol)
- #generator : Path
- #get(name : Symbol)
- #get?(name : Symbol)
- #inspect(io)
- #rest : Array(String)
- #validate!(command : Admiral::Command)
- #value_from_spec(command : Admiral::Command, *, arg : String, type, default, is_required : Bool)