struct Block::Cli::Arguments
  
  - Block::Cli::Arguments
 - Struct
 - Value
 - Object
 
Included Modules
- Enumerable(String)
 - Iterable(String)
 
Defined in:
block.cr:27block.cr:28
Constant Summary
- 
        DESCRIPTIONS = 
{} of String => String - 
        NAMES = 
["url"] of String - 
        REQUIRED_NAMES = 
[] of String 
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)
 - #parse_url(command : Admiral::Command) : String | Nil
 - #url : String | Nil