ArgumentType

interface ArgumentType<T>

Parses a single argument into a typed value.

Properties

Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
abstract fun parse(input: String): T
Link copied to clipboard
abstract fun suggest(input: String): List<String>