int

Convert the argument values to an Int


fun RawOption.int(acceptsValueWithoutName: Boolean = false): NullableOption<Int, Int>

Convert the option values to an Int

Parameters

acceptsValueWithoutName

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