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

<init>

Option(names: Set<String>, secondaryNames: Set<String>, metavar: String?, help: String, nvalues: Int)

Parameters

names - The names that can be used to invoke this option

secondaryNames - Secondary names that can be used to e.g. disable the option

metavar - The metavar to display for the option if it takes values

help - The option's description

nvalues - The number of values that this option takes