option-present?-by-long-name

Determine whether an option was present, given a corresponding option name.  This function provides an easy way to determine whether a given option parser found anything in an argument list.  If an option has multiple names, any one of them can be used as the argument to this function without changing the result.

Exported from

Arguments

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

Values

present?An instance of <boolean>.
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 boolean values.