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

getOptionValue

open fun <T : Any> getOptionValue(name: String): T

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

Parameters

name - the name

Return
the value, null if not set