vertx / io.vertx.core.cli / CommandLine / getOptionValues

getOptionValues

abstract fun <T : Any> getOptionValues(name: String): MutableList<T>

Gets the values of an option with the matching name (can be the long name, short name or arg name).

Parameters

name - the name

- the expected component type

Return
the values, null if not set

See Also
#getRawValuesForOption(Option)