HasSubcommandGroups

This interface represents an object that has subcommand groups. Implementing classes must provide an implementation for the method getChoices() which returns a list of SubcommandGroupData objects.

Functions

Link copied to clipboard
abstract fun getSubcommandGroups(): List<SubcommandGroupData>