ConsoleHelpSection

data class ConsoleHelpSection(val command: String, val description: String, val subcommands: List<ConsoleHelpCommand> = emptyList())

Constructors

Link copied to clipboard
constructor(command: String, description: String, subcommands: List<ConsoleHelpCommand> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard