ulong

Convert the argument values to a ULong


fun RawOption.ulong(acceptsValueWithoutName: Boolean = false): NullableOption<ULong, ULong>

Convert the option values to a ULong

Parameters

acceptsValueWithoutName

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