ArgumentString

constructor(suggestions: List<String> = emptyList(), isGreedy: Boolean = false)

Parameters

suggestions

A list of suggested string values for auto-completion.

isGreedy

If true, the argument will consume all remaining input as a single string. A greedy argument is always the last argument.