long

Convert the argument values to a Long


fun RawOption.long(acceptsValueWithoutName: Boolean = false): NullableOption<Long, Long>

Convert the option values to an Long

Parameters

acceptsValueWithoutName

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