class Cling::Formatter::Options
- Cling::Formatter::Options
- Reference
- Object
Overview
Represents options for the formatter.
Defined in:
cling/formatter.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
-
). -
#show_defaults : Bool
Whether to show the
default
tag for options with default values (default istrue
). -
#show_defaults=(show_defaults : Bool)
Whether to show the
default
tag for options with default values (default istrue
). -
#show_required : Bool
Whether to show the
required
tag for required arguments/options (default istrue
). -
#show_required=(show_required : Bool)
Whether to show the
required
tag for required arguments/options (default istrue
).
Constructor Detail
Instance Method Detail
The character to use for flag option delimiters (default is -
).
Whether to show the default
tag for options with default values (default is true
).
Whether to show the default
tag for options with default values (default is true
).
Whether to show the required
tag for required arguments/options (default is true
).
Whether to show the required
tag for required arguments/options (default is true
).