Interface: SubcommandMappingGroup
Defined in: projects/plugins/packages/subcommands/src/lib/types/SubcommandMappings.ts:96
Extends
SubcommandMappingBase
Properties
entries
entries:
SubcommandMappingMethod
[]
Defined in: projects/plugins/packages/subcommands/src/lib/types/SubcommandMappings.ts:104
The SubcommandMappingMethods that are contained within this subcommand group.
name
name:
string
Defined in: projects/plugins/packages/subcommands/src/lib/types/SubcommandMappings.ts:14
The name of this subcommand, or subcommand group
Inherited from
SubcommandMappingBase.name
type
type:
"group"
Defined in: projects/plugins/packages/subcommands/src/lib/types/SubcommandMappings.ts:100
This subcommand mapping describes a subcommand group and can therefore only ever be 'group'
Overrides
SubcommandMappingBase.type