Command Context
data class CommandContext<out S>(val source: S, val input: String, val argumentFetcher: ArgumentFetcher<*>, val child: CommandContext<S>?, val forks: Boolean)
Constructors
Link copied to clipboard
constructor(source: S, input: String, argumentFetcher: ArgumentFetcher<*>, child: CommandContext<S>?, forks: Boolean)