UNPKG

@qualweb/cli

Version:
8 lines 238 B
import { Command } from 'commander'; export type InputOptions = { url?: string; file?: string; crawl?: string; }; export declare function addInputOptionsToCommand(command: Command): Command; //# sourceMappingURL=input.d.ts.map