CommandArgExistence

Describes the existence of a command argument. i.e., how many times can it appear; is it optional, etc.

Values

ValueMeaning
default_0

Can only appear once, and is mandatory.

optional1 << 0

Argument can be omitted.

multiple1 << 1

Argument can be redefined.

Meta