suggestList
inline fun suggestList(crossinline suggestionsBuilder: (CommandContext<Source>) -> Iterable<Any?>?): ArgumentCommandBuilder<Source, T>(source)
Suggest the entries of the iterable which is the result of the suggestionsBuilder.
Suggest the entries of the iterable which is the result of the suggestionsBuilder.