@fission-ai/openspec
Version:
AI-native system for spec-driven development
14 lines • 398 B
TypeScript
export declare class ShowCommand {
execute(itemName?: string, options?: {
json?: boolean;
type?: string;
noInteractive?: boolean;
[k: string]: any;
}): Promise<void>;
private normalizeType;
private runInteractiveByType;
private showDirect;
private printNonInteractiveHint;
private warnIrrelevantFlags;
}
//# sourceMappingURL=show.d.ts.map