@qualweb/cli
Version:
QualWeb evaluator command line interface
8 lines • 330 B
TypeScript
import { Command } from 'commander';
import { RuleListParseResult } from '../types';
export type BestPracticesOptions = {
bestPractices?: RuleListParseResult;
excludeBp?: RuleListParseResult;
};
export declare function addBestPracticeOptionsToCommand(command: Command): Command;
//# sourceMappingURL=bestPractices.d.ts.map