ArgParser

annotation class ArgParser(val argParser: KClass<out ArgumentParser> = DefaultArgParser::class)

The annotation used to set an argument parsing mechanism that handlers will pick.

Properties

Link copied to clipboard

Custom argument parser.