UNPKG

@gabimoncha/cursor-rules

Version:

A CLI for bootstrapping Cursor rules to a project

11 lines 286 B
import type { OptionValues } from 'commander'; export interface CliOptions extends OptionValues { list?: boolean; version?: boolean; force?: boolean; init?: boolean; repomix?: boolean; verbose?: boolean; quiet?: boolean; } //# sourceMappingURL=types.d.ts.map