Skip to content

Commit ba16bd9

Browse files
committed
chore: Update help command title styling for improved visibility
1 parent bf8f8aa commit ba16bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/commands.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const help = () => {
2222

2323
const repoLink = styleText('underline', repository)
2424
const version = packageJson?.version;
25-
const title = styleText(['bgMagenta'], `@usrrname/cursorrules v${version}`)
25+
const title = styleText(['black', 'bgMagenta'], `@usrrname/cursorrules v${version}`)
2626
const description = packageJson?.description + ` ✦`;
2727
const usage = styleText('magentaBright', `npx @usrrname/cursorrules`)
2828
const options = styleText('dim', `[options]`)

0 commit comments

Comments
 (0)