@code-pushup/cli
Version:
A CLI to run all kinds of code quality measurements to align your team with company goals
17 lines • 448 B
JavaScript
export function yargsCompareOptionsDefinition() {
return {
before: {
describe: 'Path to source report.json',
type: 'string',
},
after: {
describe: 'Path to target report.json',
type: 'string',
},
label: {
describe: 'Label for diff (e.g. project name)',
type: 'string',
},
};
}
//# sourceMappingURL=compare.options.js.map