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

setOptions

open fun setOptions(options: MutableList<Option>): CLI

Sets the list of arguments.

Parameters

options - the list of options, must not be null

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