struct OIJ::CLI::CompileAndExecute::Arguments
- OIJ::CLI::CompileAndExecute::Arguments
- Struct
- Value
- Object
Included Modules
Defined in:
oij.cr:46oij.cr:48
oij.cr:49
Constant Summary
-
SPECS =
{"file" => {type: "String", description: {"file", ""}, default: "nil", is_required: false}, "input_file" => {type: "String", description: {"input_file", ""}, default: "nil", 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, &)
- #each(*args, **options)
- #each(*args, **options, &)
- #exists?(name : Symbol)
- #file : String | Nil
- #get(name : Symbol)
- #get?(name : Symbol)
- #input_file : String | Nil
- #inspect(io)
- #rest : Array(String)
- #validate!(command : Admiral::Command)
- #value_from_spec(command : Admiral::Command, *, arg : String, type, default, is_required : Bool)