class Commander::Options

Defined in:

commander/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def bool : Hash(String, Bool) #

[View source]
def float : Hash(String, Float32 | Float64) #

[View source]
def int : Hash(String, Int32 | Int64) #

[View source]
def null : Hash(String, Nil) #

[View source]
def set(key, value : String) #

[View source]
def set(key, value : Int32 | Int64) #

[View source]
def set(key, value : Float32 | Float64) #

[View source]
def set(key, value : Bool) #

[View source]
def set(key, value : Nil) #

[View source]
def string : Hash(String, String) #

[View source]