vertx / io.vertx.reactivex.core.cli / CLI / getOption

getOption

open fun getOption(name: String): Option

Gets an io.vertx.core.cli.Option based on its name (short name, long name or argument name).

Parameters

name - the name, must not be null

Return
the io.vertx.core.cli.Option, null if not found