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