We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8f8aa commit ba16bd9Copy full SHA for ba16bd9
1 file changed
cli/commands.mjs
@@ -22,7 +22,7 @@ export const help = () => {
22
23
const repoLink = styleText('underline', repository)
24
const version = packageJson?.version;
25
- const title = styleText(['bgMagenta'], `@usrrname/cursorrules v${version}`)
+ const title = styleText(['black', 'bgMagenta'], `@usrrname/cursorrules v${version}`)
26
const description = packageJson?.description + ` ✦`;
27
const usage = styleText('magentaBright', `npx @usrrname/cursorrules`)
28
const options = styleText('dim', `[options]`)
0 commit comments