archiverjs / node-archiver

a streaming interface for archive generation
https://www.archiverjs.com
MIT License
2.81k stars 220 forks source link

Add glob method's options.cwd to API docs #756

Closed PixievoltNo1 closed 4 months ago

PixievoltNo1 commented 5 months ago

In addition to the options supported by node-readdir-glob, archiver supports an additional cwd option that was only documented in example code in the quick start. This PR adds it to the API reference.