LogoRobo.js
Framework

SmartCliCommandConfig<C>

Type Alias: SmartCliCommandConfig<C>

type SmartCliCommandConfig<C> = ExactCliConfig<C> & EnforceCliConfig<C>;

Smart CLI command config for use with createCliCommandConfig(). Combines exact matching and enforcement to enable proper type inference.

Type Parameters

Type Parameter
C extends CliCommandConfig

On this page