Skip to content

Commit

Permalink
Added allowEmpty docs
Browse files Browse the repository at this point in the history
  • Loading branch information
callumacrae committed Mar 16, 2015
1 parent 006467f commit e777792
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ You can pass any combination of globs. One caveat is that you can not only pass
- cwdbase
- Default is `false`
- When true it is the same as saying opt.base = opt.cwd
- allowEmpty
- Default is `false`
- If true, won't emit an error when a glob pointing at a single file fails to match

This argument is passed directly to [node-glob](https://github.com/isaacs/node-glob) so check there for more options

Expand Down

0 comments on commit e777792

Please sign in to comment.