option-parser-by-long-name

Find an option parser, given a corresponding option name.  This function can be used to recover an option parser previously attached to an <argument-list-parser>.

Exported from

Arguments

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

Values

option-parserAn instance of <option-parser>.
Describes how to parse an argument list, and contains the data found when parsing one.
The command-line-parser module.
The class of sequences with elements that are characters.
Parses a single command-line option and any parameters.