Skip to content

Commit ddf6ae2

Browse files
committed
Change default color
1 parent 1851fba commit ddf6ae2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/demo.gif

-27.9 KB
Loading

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const cli = meow(
4242
color: {
4343
type: 'string',
4444
alias: 'c',
45-
default: 'cyan',
45+
default: '#ff6f6f',
4646
description:
4747
'hex value like #ff0000, or one of: black, red, green, yellow, blue, magenta, cyan, white, gray',
4848
},

0 commit comments

Comments
 (0)