UNPKG

@code-pushup/cli

Version:

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

10 lines 280 B
export function yargsPrintConfigOptionsDefinition() { return { output: { describe: 'Output file path for resolved JSON config', type: 'string', demandOption: true, }, }; } //# sourceMappingURL=print-config.options.js.map