single constant

OptionType const single

An option that takes a single value.

Examples:

--mode debug
-mdebug
--mode=debug

If the option is passed more than once, the last one wins.

Implementation

static const single = OptionType._('OptionType.single');