Type Alias: ValaxyAddonExtendCli
ts
type ValaxyAddonExtendCli = (cli, context) => void;Defined in: packages/valaxy/node/types/addon.ts:16
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
Returns
void