UNPKG

@code-pushup/cli

Version:

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

7 lines (6 loc) 206 B
export declare function yargsMergeDiffsCommandObject(): { command: string; describe: string; builder: Record<"files", import("yargs").Options>; handler: (args: unknown) => Promise<void>; };