Subcommand

data class Subcommand(val name: String, val help: String, val tags: Map<String, String>) : HelpFormatter.ParameterHelp

Constructors

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

Properties

Link copied to clipboard

The command's description

Link copied to clipboard

The name for this command

Link copied to clipboard

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