selectionArgument

fun selectionArgument(name: String, selections: List<String>, action: ContextAction<T>? = null): UsageBuilder<T>
fun selectionArgument(name: String, vararg selections: String, action: ContextAction<T>? = null): UsageBuilder<T>

String argument of the selection formula.