UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

8 lines 262 B
import { Command } from 'commander'; /** * Register the config command and all its subcommands. * * @param program - The Commander program instance */ export declare function registerConfigCommand(program: Command): void; //# sourceMappingURL=config.d.ts.map