UNPKG

@report-toolkit/cli

Version:

See docs at [https://ibm.github.io/report-toolkit](https://ibm.github.io/report-toolkit)

5 lines (4 loc) 195 B
export const command: "inspect <file..>"; export const desc: "Inspect Diagnostic Report file(s) for problems"; export function builder(yargs: any): any; export function handler(argv: any): void;