UNPKG

@code-pushup/cli

Version:

A CLI to run all kinds of code quality measurements to align your team with company goals

9 lines (8 loc) 273 B
declare function handler(args: unknown): Promise<void>; export declare function yargsHistoryCommandObject(): { command: string; describe: string; builder: (yargs: import("yargs").Argv<{}>) => import("yargs").Argv<{}>; handler: typeof handler; }; export {};