struct Block::Cli::Arguments

Included Modules

Defined in:

block.cr:27
block.cr:28

Constant Summary

DESCRIPTIONS = {} of String => String
NAMES = ["url"] of String
REQUIRED_NAMES = [] of String

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : Admiral::Command) #

[View source]

Instance Method Detail

def [](*args, **options) #

def [](*args, **options, &) #

def each(*args, **options) #

def each(*args, **options, &) #

def exists?(name : Symbol) #

[View source]
def get(name : Symbol) #

[View source]
def get?(name : Symbol) #

[View source]
def inspect(io) #

[View source]
def parse_url(command : Admiral::Command) : String | Nil #

[View source]
def url : String | Nil #