option_int

fun option_int(    short: Char?,     long: String?,     description: String,     defaultValue: Int? = null): Option.Valued<Int>