Skip to content

Commit

Permalink
update docs, tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatcuk committed Nov 5, 2022
1 parent 6ba54c6 commit 438017c
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 156 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ argument(s).
WithFailOnIOErrors()
```

If passed, it enables aborting and returning the error when an IO error is
encountered.
If passed, doublestar will abort and return IO errors when encountered. Note
that if the glob pattern references a path that does not exist (such as
`nonexistent/path/*`), this is _not_ considered an IO error: it is considered a
pattern with no matches.
### Glob
Expand Down
Loading

0 comments on commit 438017c

Please sign in to comment.