symref
Version:
Static code checker for AI code agents (Windsurf, Cline, etc.)
9 lines • 449 B
TypeScript
import { Command } from 'commander';
import { SuggestTestOptions, SuggestTestResult } from '../types/suggest-test.js';
export declare class SuggestTestCommand {
static execute(fromSymbol: string, options: SuggestTestOptions): Promise<SuggestTestResult>;
private static generateTestPrompt;
private static writeOutput;
}
export declare function registerSuggestTestCommand(program: Command): void;
//# sourceMappingURL=suggest-test.d.ts.map