CommandArgParseScheme

Describes the parsing scheme used when parsing the argument's value.

Values

ValueMeaning
default_

Default parsing scheme.

bool_

Parsing scheme that special cases bools.

allowRepeatedName

Allows: -v, -vvvv(n+1). Special case: -vsome_value ignores the "some_value" and leaves it for the next parse cycle.

Meta