Skip to content

Commit

Permalink
Fix allow-empty-input CLI flag (#4029)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Apr 15, 2019
1 parent e6b0e15 commit 55863bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/cli.js
Expand Up @@ -281,11 +281,15 @@ const meowOptions /*: meowOptionsType*/ = {
Show the currently installed version of stylelint.
--allow-empty-input
--allow-empty-input, --aei
When glob pattern matches no files, the process will exit without throwing an error.
`,
flags: {
"allow-empty-input": {
alias: "aei",
type: "boolean"
},
cache: {
type: "boolean"
},
Expand Down

0 comments on commit 55863bb

Please sign in to comment.