data class Subcommand : ParameterHelp
name
- The name for this command
help
- The command's description
Subcommand(name: String, help: String) |
val help: String
The command's description |
|
val name: String
The name for this command |