UNPKG

@gabimoncha/cursor-rules

Version:

A CLI for bootstrapping Cursor rules to a project

10 lines 407 B
import { Command } from 'commander'; import type { CliOptions } from './types.js'; declare class RootCommand extends Command { createCommand(name: string): Command; } export declare const program: RootCommand; export declare const run: () => Promise<void>; export declare const runCli: (options: CliOptions | undefined, command: Command) => Promise<void>; export {}; //# sourceMappingURL=cliRun.d.ts.map