Skip to content

Commit

Permalink
cli(color): document --no-color option
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjun committed Oct 31, 2018
1 parent 7b339a5 commit 8f8937e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/cli.js
Expand Up @@ -83,7 +83,13 @@ For more information, see https://webpack.js.org/api/cli/.`);
return require("supports-color").stdout;
},
group: DISPLAY_GROUP,
describe: "Enables/Disables colors on the console"
describe: "Force colors on the console"
},
"no-color": {
type: "boolean",
alias: "no-colors",
group: DISPLAY_GROUP,
describe: "Force no colors on the console"
},
"sort-modules-by": {
type: "string",
Expand Down

0 comments on commit 8f8937e

Please sign in to comment.