vertx / io.vertx.reactivex.core.cli / CommandLine / getRawValues

getRawValues

open fun getRawValues(option: Option): MutableList<String>

Gets the raw values of the given option. Raw values are simple "String", not converted to the option type.

Parameters

option - the option

Return
the list of values, empty if none