option-value

Returns the value found by an option parser after processing the command line.

This function returns the value calculated by parser after running parse-arguments.  Returns #f if parse-arguments has not been called.

The exact type of value will vary depending on the class of the option parser.

Exported from

Modifiers

sealed

Arguments

parserAn instance of <option-parser>.

Values

valueAn instance of <object>.
Parses a list of command-line arguments.
The command-line-parser module.
Parses a single command-line option and any parameters.
The class of all Dylan objects.