Skip to content

ReplArity

Declares option value cardinality.

public enum ReplArity

Option must appear exactly one time.

ExactlyOne = 1

ReplArity

Option must appear one or more times.

OneOrMore = 3

ReplArity

Option may appear zero to many times.

ZeroOrMore = 2

ReplArity

Option may appear zero or one time.

ZeroOrOne = 0

ReplArity