vertx / io.vertx.core.cli / TypedArgument / setType

setType

open fun setType(type: Class<T>): TypedArgument<T>

Sets the argument type.

Parameters

type - the type

Return
the current TypedArgument instance