<negative-option-parser>

Parses command-line options which may appear in positive and negative forms, such as “--verbose” and “--quiet”.  This class provides internal support for creating parsers to handle such options.  It cannot be instantiated.

Exported from

Modifiers

abstract primary open

Make keywords

negative-long-options:An instance of <list>.  Specifies the negative long options handled by this parser, represented as strings.  Defaults to #().
negative-short-options:An instance of <list>.  Specifies the negative short options handled by this parser, represented as strings.  Defaults to #().
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

Subclasses

The option-parser-protocol module.
The class of linked lists.
The class of sequences with elements that are characters.
Parses a single command-line option and any parameters.
Parses options without any parameters.