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

getRawValueForOption

open fun getRawValueForOption(option: Option): String

Gets the raw value of the given option. Raw values are the values as given in the user command line.

Parameters

option - the option

Return
the value, null if none.