vertx / io.vertx.rxjava.core.cli / CommandLine / getRawValuesForOption

getRawValuesForOption

open fun getRawValuesForOption(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