ArgumentInvocation

class ArgumentInvocation(val argument: Argument, val values: List<String>)

The output of parsing a single argument and its values.

Constructors

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

Properties

Link copied to clipboard

The argument that was invoked.

Link copied to clipboard

The values provided to the argument. This will always have a size in the range of Argument.nvalues for the argument that was invoked.