struct Mint::Cli::Init::Arguments
   
  - Mint::Cli::Init::Arguments
 - Struct
 - Value
 - Object
 
Included Modules
Defined in:
commands/init.cr:3commands/init.cr:12
Constant Summary
- 
        SPECS = 
{"name" => {type: "String", description: {"name", "The name of the new project."}, 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)
 - #get(name : Symbol)
 - #get?(name : Symbol)
 - #inspect(io)
 - #name : String | Nil
 - #rest : Array(String)
 - #validate!(command : Admiral::Command)
 - #value_from_spec(command : Admiral::Command, *, arg : String, type, default, is_required : Bool)