Skip to content

Commit cb53126

Browse files
stramelphated
authored andcommitted
Update: Normalize usage of chalk.gray
1 parent 92a05bc commit cb53126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shared/cliOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
help: {
77
alias: 'h',
88
type: 'boolean',
9-
desc: chalk.grey(
9+
desc: chalk.gray(
1010
'Show this help.'),
1111
},
1212
version: {

0 commit comments

Comments
 (0)