UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

9 lines 258 B
interface ListOptions { sort?: 'recent' | 'name'; json?: boolean; } export declare class ListCommand { execute(targetPath?: string, mode?: 'changes' | 'specs', options?: ListOptions): Promise<void>; } export {}; //# sourceMappingURL=list.d.ts.map