clikt / com.github.ajalt.clikt.output / HelpFormatter / ParameterHelp / Argument / <init>

<init>

Argument(name: String, help: String, required: Boolean, repeatable: Boolean)

Parameters

name - The name / metavar for this argument

help - The arguments's description

required - True if this argument must be specified

repeatable - True if this argument takes an unlimited number of values