open fun addOptions(options: MutableList<Option>): CLI
Adds a set of options. Unlike io.vertx.reactivex.core.cli.CLI#setOptions}, this method does not remove the existing options. The given list is appended to the existing list.
options - the options, must not be null
Return
the current io.vertx.reactivex.core.cli.CLI instance