ChoiceArg

fun <T> ChoiceArg(    name: String,     description: String = internalLocale.choiceArgDescription,     vararg choices: T)

Parameters

choices

The available choices. Can be any type, but associated by toString value.