Invocation

data class Invocation(val name: String, val values: List<String>)

The output of parsing a single option and its values.

Parameters

name

The name that was used to invoke the option. May be empty if the value was not retrieved from the command line (e.g. values from environment variables).

values

The values provided to the option. All invocations passed to Option.finalize will have a size in the range of Option.nvalues.

Constructors

Link copied to clipboard
constructor(name: String, values: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard