suggest

fun suggest(block: (CommandContext) -> List<String>)

Specifies the suggestions for tab completion.

Parameters

block

The block that returns a list of suggestions based on the CommandContext.