UNPKG

@code-pushup/cli

Version:

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

7 lines (6 loc) 213 B
import type { ArgumentsCamelCase } from 'yargs'; export declare function yargsUploadCommandObject(): { command: string; describe: string; handler: <T>(args: ArgumentsCamelCase<T>) => Promise<void>; };