UNPKG

@code-pushup/cli

Version:

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

10 lines 265 B
export function yargsMergeDiffsOptionsDefinition() { return { files: { describe: 'List of report-diff.json paths', type: 'array', demandOption: true, }, }; } //# sourceMappingURL=merge-diffs.options.js.map