uint

Convert the argument values to an UInt


fun RawOption.uint(acceptsValueWithoutName: Boolean = false): NullableOption<UInt, UInt>

Convert the option values to a UInt

Parameters

acceptsValueWithoutName

If true, this option can be specified like -2 or -3 in addition to --opt=2 or -o3