gulp-help icon indicating copy to clipboard operation
gulp-help copied to clipboard

wish: document how document anonymous functions

Open markstos opened this issue 7 years ago • 0 comments

gulp tasks can be defined inline:

gulp.task('task-name', function () { ... }).

For the gulp4 branch, please document if it's possible to integrate "gulp-help" with them, or simple note if it's required to the functions to be named functions.

markstos avatar Oct 22 '18 18:10 markstos