regular-arguments

Returns the regular arguments found by parsing an argument list.  After calling parse-arguments, this function can be used to find all of the regular arguments that weren’t consumed by any option parser.

Exported from

Modifiers

sealed

Arguments

parserAn instance of <argument-list-parser>.

Values

argumentsAn instance of <sequence>, containing <string>.
Parses a list of command-line arguments.
The command-line-parser module.
Describes how to parse an argument list, and contains the data found when parsing one.
The class of collections whose keys are consecutive integers starting from zero.
The class of sequences with elements that are characters.