<repeated-parameter-option-parser>

Parses options which have a parameter and which may appear more than once.  option-value on <repeated-parameter-option-parser> returns a possibly empty <sequence> of strings.

Example option forms

-wall, -w all, -w=all, -w = all, --warnings all, --warnings=all, --warnings = all

Exported from

Modifiers

concrete free sealed

Make keywords

long-options:An instance of <list>.  Specifies the long options handled by this parser, represented as strings.  Defaults to #().
short-options:An instance of <list>.  Specifies the short options handled by this parser, represented as strings.  Defaults to #().
description:An instance of <string>.  A description of the options handled by this parser.  Defaults to “”.

Superclasses

Returns the value found by an option parser after processing the command line.
Parses options which have a parameter and which may appear more than once.
The class of collections whose keys are consecutive integers starting from zero.
The command-line-parser module.
The class of linked lists.
The class of sequences with elements that are characters.
Parses a single command-line option and any parameters.