refakts
Version:
TypeScript refactoring tool built for AI coding agents to perform precise refactoring operations via command line instead of requiring complete code regeneration.
16 lines • 496 B
TypeScript
export declare class RoadmapCLI {
private service;
private display;
handleCommand(command: string, args: string[]): void;
private getCommandHandler;
private showUsage;
private handleVoteCommand;
private handleAddCommand;
private handleRemoveCommand;
private handleStatusCommand;
private parseAddArguments;
private extractArgumentIndices;
private validateRequiredArguments;
private extractOptionalWhy;
}
//# sourceMappingURL=roadmap-cli.d.ts.map