struct Gemigrate::Main::Arguments

Included Modules

Defined in:

gemigrate.cr

Constant Summary

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

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

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

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

def _COMMAND_ : String | Nil #

def each(*args, **options) #

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

def exists?(name : Symbol) #

def get(name : Symbol) #

def get?(name : Symbol) #

[View source]
def inspect(io) #

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