Skip to content

Interface: CliSubcommandManifest

Makaio Framework


Makaio Framework / contracts / 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.

readonly optional args?: readonly CliArgManifest[]

Defined in: ../../../packages/contracts/src/extension/manifest.ts:218

Arguments and options accepted by this subcommand.


readonly description: string

Defined in: ../../../packages/contracts/src/extension/manifest.ts:216

One-line description shown in help text.


readonly name: string

Defined in: ../../../packages/contracts/src/extension/manifest.ts:214

Subcommand name (e.g. 'list', 'switch').