symref
Version:
Static code checker for AI code agents (Windsurf, Cline, etc.)
13 lines • 393 B
TypeScript
import { Command } from 'commander';
interface SuggestTestOptions {
to: string;
testFramework?: string;
output?: string;
}
export declare class SuggestTestCommand {
static register(program: Command): void;
static execute(fromSymbol: string, options: SuggestTestOptions): Promise<void>;
private static writeOutput;
}
export {};
//# sourceMappingURL=suggest-test.d.ts.map