Interface: CliSubcommandManifest
Makaio Framework / contracts / CliSubcommandManifest
Interface: CliSubcommandManifest
Section titled “Interface: CliSubcommandManifest”Defined in: ../../../packages/contracts/src/extension/manifest.ts:212
Describes a single subcommand nested under the extension’s top-level CLI command.
Pure metadata — no handler. Used for help generation and manifest inspection.
Properties
Section titled “Properties”
readonlyoptionalargs?: readonlyCliArgManifest[]
Defined in: ../../../packages/contracts/src/extension/manifest.ts:218
Arguments and options accepted by this subcommand.
description
Section titled “description”
readonlydescription:string
Defined in: ../../../packages/contracts/src/extension/manifest.ts:216
One-line description shown in help text.
readonlyname:string
Defined in: ../../../packages/contracts/src/extension/manifest.ts:214
Subcommand name (e.g. 'list', 'switch').