clikt / com.github.ajalt.clikt.parameters.types / int

int

fun RawArgument.int(): ProcessedArgument<Int, Int>

Convert the argument values to an Int

fun RawOption.int(): NullableOption<Int, Int>

Convert the option values to an Int