UNPKG

@code-pushup/cli

Version:

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

4 lines (3 loc) 209 B
import type { Options } from 'yargs'; import type { PrintConfigOptions } from './print-config.model.js'; export declare function yargsPrintConfigOptionsDefinition(): Record<keyof PrintConfigOptions, Options>;