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) 244 B
export declare function yargsPrintConfigCommandObject(): { command: string; describe: string; builder: Record<"output", import("yargs").Options>; handler: (yargsArgs: import("yargs").ArgumentsCamelCase<{}>) => Promise<void>; };