UNPKG

@code-pushup/cli

Version:

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

4 lines (3 loc) 186 B
import type { GlobalOptions } from '@code-pushup/core'; import type { ConfigCliOptions } from './core-config.model.js'; export type GeneralCliOptions = ConfigCliOptions & GlobalOptions;