CommandContext

interface CommandContext

Properties

Link copied to clipboard
abstract val parsers: Map<Class<*>, ArgumentParser>

Functions

Link copied to clipboard
open fun getArgumentParser(clazz: Class<*>): ArgumentParser?