Argument

data class Argument(val name: String, val help: String, val required: Boolean, val repeatable: Boolean, val tags: Map<String, String>) : HelpFormatter.ParameterHelp

Constructors

Link copied to clipboard
constructor(name: String, help: String, required: Boolean, repeatable: Boolean, tags: Map<String, String>)

Properties

Link copied to clipboard

The argument's description

Link copied to clipboard

The name / metavar for this argument

Link copied to clipboard

True if this argument takes an unlimited number of values

Link copied to clipboard

True if this argument must be specified

Link copied to clipboard

Any extra tags to display with the help message for this argument