UNPKG

@semo/cli

Version:

7 lines 364 B
export declare const disabled = false; export declare const plugin = "semo"; export declare const command = "set <configKey> <configValue> [configComment] [configType]"; export declare const desc = "Set config by key"; export declare const builder: (yargs: any) => void; export declare const handler: (argv: any) => Promise<void>; //# sourceMappingURL=set.d.ts.map