option-value-by-long-name

Find the value of an option, given a corresponding option name.  This function provides an easy way to find the value of a particular option parser.  If an option has multiple names, any one of them can be used as the argument to this function without changing the result.

If the option was not present, returns #f.

Exported from

Arguments

parserAn instance of <argument-list-parser>.
long-nameAn instance of <string>.

Values

valueAn instance of <object> or #f.
The command-line-parser module.
Describes how to parse an argument list, and contains the data found when parsing one.
The class of sequences with elements that are characters.
The class of all Dylan objects.