Command

fun interface Command<in S>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun execute(context: CommandContext<S>): Int