option_long

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