struct BmiValues::Arguments

Included Modules

Defined in:

bmi-cli.cr:4
bmi-cli.cr:9

Constant Summary

SPECS = {"units" => {type: "String", description: {"units", "The Type of units you wish to use, Imperial or Metric."}, default: "\"imperial\"", is_required: false}} of String => NamedTuple(type: String, description: Tuple(String, String | ::Nil), default: String, is_required: Bool)

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

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

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

def each(*args, **options) #

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

def exists?(name : Symbol) #

def get(name : Symbol) #

def get?(name : Symbol) #

def inspect(io) #

[View source]
def units : String | Nil #

[View source]
def validate!(command : Admiral::Command) #

def value_from_spec(command : Admiral::Command, *, arg : String, type, default, is_required : Bool) #

[View source]