Group

data class Group(val name: String, val help: String) : HelpFormatter.ParameterHelp

Help for an option group. If the group doesn't have a name or help, you don't need to create an instance of this class for it.

Constructors

Link copied to clipboard
constructor(name: String, help: String)

Properties

Link copied to clipboard

The help text for this group

Link copied to clipboard

The group name