UNPKG

@code-pushup/cli

Version:

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

9 lines 248 B
export function yargsPrintConfigOptionsDefinition() { return { output: { describe: 'Output file path to use instead of stdout', type: 'string', }, }; } //# sourceMappingURL=print-config.options.js.map