Type Alias: ValaxyAddonExtendCli

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

ts
type ValaxyAddonExtendCli = (cli, context) => void;

Defined in: packages/valaxy/node/types/addon.ts:17

Experimental

Extend the CLI below the addon’s package-derived command namespace.

The addon CLI interface may evolve as more adapters adopt it.

Parameters

cli

Argv<object>

context

ValaxyAddonCliContext

Returns

void