Optimist::StringOpt
Inherits Optimist::Option < Reference < Object
Option class for handling Strings.
Constructors
new(name, desc, default : String | Nil, **kwargs)
SourceInstance methods
add_argument_value(paramlist : Array(String), _neg_given)
Sourcedefault
Sourcetype_format
Provide type-format string. Default to empty, but should probably be overridden for most subclasses.
value
Sourcevalue=(value : Nil | String)
Source