clikt / com.github.ajalt.clikt.output / HelpFormatter / ParameterHelp / Subcommand

Subcommand

data class Subcommand : ParameterHelp

Parameters

name - The name for this command

help - The command's description

Constructors

<init>

Subcommand(name: String, help: String)

Properties

help

val help: String

The command's description

name

val name: String

The name for this command