getArgumentOrDefault

fun getArgumentOrDefault(index: Int, defaultValue: String): String(source)

Returns the argument at index, or defaultValue if out of bounds.