class Cling::Parser::Options
- Cling::Parser::Options
- Reference
- Object
Overview
Represents options for the parser.
Defined in:
cling/parser.crConstructors
Instance Method Summary
-
#option_delim : Char
The character to use for flag option delimiters (default is
-
). -
#option_delim=(option_delim : Char)
The character to use for flag option delimiters (default is
-
). -
#parse_string : Bool
Parse string arguments as one value instead of separate values (defaults is
true
). -
#parse_string=(parse_string : Bool)
Parse string arguments as one value instead of separate values (defaults is
true
). -
#string_delims : Set(Char)
The characters to accept as string delimiters (default is
"
and'
). -
#string_delims=(string_delims : Set(Char))
The characters to accept as string delimiters (default is
"
and'
).
Constructor Detail
Instance Method Detail
The character to use for flag option delimiters (default is -
).
Parse string arguments as one value instead of separate values (defaults is true
).
Parse string arguments as one value instead of separate values (defaults is true
).
The characters to accept as string delimiters (default is "
and '
).