Cling::Parser::Options
Inherits Reference < Object
Represents options for the parser.
Constructors
new(*, parse_string : Bool = true, option_delim : Char = '-', string_delims : Set(Char) = Set {'"', '\''})
SourceInstance methods
option_delim=(option_delim : Char)
The character to use for flag option delimiters (default is -).
parse_string=(parse_string : Bool)
Parse string arguments as one value instead of separate values (defaults is true).
parse_string?
Parse string arguments as one value instead of separate values (defaults is true).
string_delims=(string_delims : Set(Char))
The characters to accept as string delimiters (default is " and ').