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

removeOption

open fun removeOption(name: String): CLI

Removes an option identified by its name. This method does nothing if the option cannot be found.

Parameters

name - the option name

Return
the current io.vertx.reactivex.core.cli.CLI instance