vertx / io.vertx.core.cli / CommandLine / getArgumentValues

getArgumentValues

abstract fun <T : Any> getArgumentValues(index: Int): MutableList<T>

Gets the values of an argument with the matching index.

Parameters

index - the index

- the expected component type

Return
the values, null if not set

See Also
#getArgumentValue(int)#getRawValueForArgument(Argument)