Skip to content

Commit a4b3d64

Browse files
committed
Fix: Avoid marking --tasks-json as string to catch booleans (closes #41)
1 parent fce78cc commit a4b3d64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/shared/cliOptions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ module.exports = {
5353
'Print a plaintext list of tasks for the loaded gulpfile.'),
5454
},
5555
'tasks-json': {
56-
type: 'string',
5756
desc: chalk.gray(
5857
'Print the task dependency tree, ' +
5958
'in JSON format, for the loaded gulpfile.'),

0 commit comments

Comments
 (0)