From 8b5703ece3e5c1a94e4fbd1609a4960c8014cf7c Mon Sep 17 00:00:00 2001 From: ehmicky Date: Mon, 20 May 2019 10:00:00 +0200 Subject: [PATCH] Add missing documentation --- examples/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/README.md b/examples/README.md index 0fcca17..dbcc13d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,3 +17,8 @@ They can also be run directly - [`task(command, [options])`](task.gulpfile.js) - [`exec(command, [options])`](exec.gulpfile.js) - [`stream(command, [options])`](stream.gulpfile.js) + +## Options + +- [`echo`](echo.gulpfile.js) +- [`verbose`](verbose.gulpfile.js)