The host option bag type.
OptionalaliasesOptional aliases for the group command (e.g., ['gd']).
OptionalconfigureOptional hook to customize the group command mount (e.g., attach a note or a small set of options). Avoid adding actions here; keep this a group.
OptionaldescriptionLong-form description shown when rendering help for the group command.
OptionalhelpHelp group heading for this command when listed in the parent’s help output.
Namespace for the grouping command (the command name used in the CLI).
OptionalsummaryShort summary shown in the parent command’s subcommand list.
Options for groupPlugins.
This helper creates a “namespace-only” parent plugin (a command that exists only to group child plugins under a shared prefix, like
tooling getdotenv init).The returned plugin is composable: call
.use(childPlugin)to mount children.