Type Alias: GroupDefinition
ts
type GroupDefinition = [string, string];Defined in: packages/plugin-help/src/types.ts:13
A group definition as a tuple of [key, displayName]. The key is used in help options to assign items to groups. The displayName is shown in the help output.

