VectorArgument

fun <T> VectorArgument(name: String, suggestion: SuggestionAction<T>? = null, action: ContextAction<T>? = null)

Parameters

name

Name of argument.

suggestion

Lambda expression for tab completion of its arguments.

Check the following for the specifications of other arguments.