class CliOptions
- CliOptions
- Reference
- Object
Defined in:
bindgen.crConstructors
Class Method Summary
-
.toka_options : Toka::OptionDescriptor
Descriptor of available options
Instance Method Summary
-
#chdir : String | Nil
Getter for
#chdir. -
#debug : Bool
Getter for
#debug. -
#debug? : Bool
Getter for
#debug. - #positional_options : Array(String)
-
#stats : Bool
Generate option getters Getter for
#stats. -
#stats? : Bool
Getter for
#stats. -
#trace : Bool
Getter for
#trace. -
#trace? : Bool
Getter for
#trace. -
#var : Hash(String, String)
Getter for
#var.
Constructor Detail
Class Method Detail
Instance Method Detail
def chdir : String | Nil
#
Getter for #chdir.
This option can be accessed through the long-option --chdir
or the short-option
def debug : Bool
#
Getter for #debug.
This option can be accessed through the long-option --debug
or the short-option -d, -D
def stats : Bool
#
Generate option getters
Getter for #stats.
This option can be accessed through the long-option --stats
or the short-option -s, -S