Skip to content

Commit d4ed3c7

Browse files
xiaoyu2erphated
xiaoyu2er
authored andcommitted
Docs: Add options.cwd for gulp.src API (#1645)
1 parent 5dc3b07 commit d4ed3c7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/API.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ Options to pass to [node-glob] through [glob-stream].
6060
gulp adds some additional options in addition to the
6161
[options supported by node-glob][node-glob documentation] and [glob-stream]:
6262

63+
##### options.cwd
64+
65+
The working directory the folder is relative to.
66+
67+
Type: `String`
68+
69+
Default: `process.cwd()`
70+
71+
6372
##### options.buffer
6473
Type: `Boolean`
6574

0 commit comments

Comments
 (0)