From d4ed3c7e3fb13f3b1bf6f8309cca8459e53f9edb Mon Sep 17 00:00:00 2001 From: xiaoyu2er Date: Fri, 13 May 2016 05:04:37 +0800 Subject: [PATCH] Docs: Add options.cwd for gulp.src API (#1645) --- docs/API.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/API.md b/docs/API.md index dd41e9c7a..1415c6af2 100644 --- a/docs/API.md +++ b/docs/API.md @@ -60,6 +60,15 @@ Options to pass to [node-glob] through [glob-stream]. gulp adds some additional options in addition to the [options supported by node-glob][node-glob documentation] and [glob-stream]: +##### options.cwd + +The working directory the folder is relative to. + +Type: `String` + +Default: `process.cwd()` + + ##### options.buffer Type: `Boolean`