Types

Link copied to clipboard
interface Companion<T>

Properties

Link copied to clipboard
open val examples: Set<String>

Functions

Link copied to clipboard
open suspend fun <S> listSuggestions(context: CommandContext<S>?, builder: SuggestionsBuilder): Suggestions
Link copied to clipboard
abstract fun parse(reader: StringReader): T