UNPKG

@semo/cli

Version:

8 lines 347 B
export declare const disabled = false; export declare const plugin = "semo"; export declare const command: string[]; export declare const desc = "List configs"; export declare const aliases: string[]; export declare const builder: (yargs: any) => void; export declare const handler: (argv: any) => Promise<void>; //# sourceMappingURL=list.d.ts.map