option-present?

Tests whether an option was present on the command-line.  Returns #t if and only if parse-arguments found at least one corresponding option on the command line.  Returns #f if parse-arguments has not been called.

Exported from

Modifiers

sealed

Arguments

parserAn instance of <option-parser>.

Values

present?An instance of <boolean>.
Parses a list of command-line arguments.
The command-line-parser module.
Parses a single command-line option and any parameters.
The class of boolean values.