CommandArgAction

Attach any value from this enum onto an argument to specify what parsing action should be performed on it.

Values

ValueMeaning
default_

Perform the default parsing action.

count

Increments an argument for every time it is defined inside the parameters.

Arg Type: Named Value Type: Any type that supports ++. Arg becomes optional: true

Meta