UNPKG

@semo/cli

Version:

A command line tools dispatcher

8 lines (7 loc) 321 B
export declare const disabled = false; export declare const plugin = "semo"; export declare const command = "config <op>"; export declare const desc = "Manage rc config"; export declare const aliases = "cfg"; export declare const builder: (yargs: any) => void; export declare const handler: (argv: any) => Promise<void>;