UNPKG

@code-pushup/cli

Version:

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

17 lines 629 B
export function yargsGlobalOptionsDefinition() { return { verbose: { describe: 'Toggles whether to print debug logs. The default value is derived from the CP_VERBOSE environment variable (false if not set).', type: 'boolean', }, config: { describe: 'Path to config file. By default it loads code-pushup.config.(ts|mjs|js).', type: 'string', }, tsconfig: { describe: 'Path to a TypeScript config, to be used when loading config file.', type: 'string', }, }; } //# sourceMappingURL=global.options.js.map