CommandArgumentContext
interface CommandArgumentContext
指令参数环境, 即 CommandValueArgumentParser 的集合, 用于 CompositeCommand 和 SimpleCommand.
在指令解析时, 总是从 CommandArgumentContextAware.context 搜索相关解析器
要构造 CommandArgumentContext, 参考 buildCommandArgumentContext
See also
Inheritors
Functions
Link copied to clipboard
operator fun CommandArgumentContext.plus(replacer: List<CommandArgumentContext.ParserPair<*>>): CommandArgumentContext
合并两个 buildCommandArgumentContext, replacer 将会替换 this 中重复的 parser.
Link copied to clipboard