UNPKG

@semo/cli

Version:

A command line tools dispatcher

7 lines (6 loc) 331 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>;