UNPKG

sync-rules

Version:

CLI tool to synchronize AI coding assistant rule files between projects.

8 lines (7 loc) 249 B
/** * Entry point for the CLI application. * Parses arguments, registers subcommands, and dispatches to handlers. * * @param argv - The raw argv array (typically `process.argv`) */ export declare function main(argv: string[]): Promise<number>;