Skip to content

Commit

Permalink
Document glob method's options.cwd (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
PixievoltNo1 authored Jun 4, 2024
1 parent ede41db commit bd4d601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/archiver_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Appends multiple files that match a glob pattern.
##### Parameters

- `pattern` - *String* - The [glob pattern](https://github.com/isaacs/minimatch) to match.
- `options` - *Object* - See [node-readdir-glob](https://github.com/yqnn/node-readdir-glob#options).
- `options` - *Object* - Options passed to [node-readdir-glob](https://github.com/yqnn/node-readdir-glob#options), plus an optional `cwd` property that sets the directory to read (defaults to `'.'`).
- `data` - *Object* - [The entry data](#entry-data).

---
Expand Down

0 comments on commit bd4d601

Please sign in to comment.