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

setArguments

open fun setArguments(args: MutableList<Argument>): CLI

Sets the list of arguments.

Parameters

args - the list of arguments, must not be null

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