Toka::Option
Inherits Reference / Object
Run-time structure to describe an available option.
Constructors
new(name : String, long_names : Array(String), short_names : Array(Char), value_name : String, description : Nil | String, category : Nil | String, has_value : Bool)
SourceInstance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
category
Sourcedescription
Sourcehas_value?
Sourcehash(hasher)
See Object#hash(hasher)
long_names
Sourcename
Sourceshort_names
Sourcevalue_name
Source