Invocation

constructor(name: String, values: List<String>)

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.