class

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 {'"', '\''})
Source

Instance methods

option_delim

The character to use for flag option delimiters (default is -).

Source
option_delim=(option_delim : Char)

The character to use for flag option delimiters (default is -).

Source
parse_string=(parse_string : Bool)

Parse string arguments as one value instead of separate values (defaults is true).

Source
parse_string?

Parse string arguments as one value instead of separate values (defaults is true).

Source
string_delims

The characters to accept as string delimiters (default is " and ').

Source
string_delims=(string_delims : Set(Char))

The characters to accept as string delimiters (default is " and ').

Source