class Commander::Options
- Commander::Options
- Reference
- Object
Defined in:
commander/options.crConstructors
Instance Method Summary
- #bool : Hash(String, Bool)
- #float : Hash(String, Float32 | Float64)
- #int : Hash(String, Int32 | Int64)
- #null : Hash(String, Nil)
- #set(key, value : String)
- #set(key, value : Int32 | Int64)
- #set(key, value : Float32 | Float64)
- #set(key, value : Bool)
- #set(key, value : Nil)
- #string : Hash(String, String)