Skip to content

Commit

Permalink
Fix: Avoid marking --tasks-json as string to catch booleans (closes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 21, 2017
1 parent fce78cc commit a4b3d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/shared/cliOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module.exports = {
'Print a plaintext list of tasks for the loaded gulpfile.'),
},
'tasks-json': {
type: 'string',
desc: chalk.gray(
'Print the task dependency tree, ' +
'in JSON format, for the loaded gulpfile.'),
Expand Down

0 comments on commit a4b3d64

Please sign in to comment.