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

long

fun RawArgument.long(): ProcessedArgument<Long, Long>

Convert the argument values to a Long

fun RawOption.long(): NullableOption<Long, Long>

Convert the option values to a Long