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

removeArgument

open fun removeArgument(index: Int): CLI

Removes an argument identified by its index. This method does nothing if the argument cannot be found.

Parameters

index - the argument index

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