Skip to content

Commit

Permalink
docs: update $.preferLocal api description (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Sep 11, 2024
1 parent 6178fc8 commit fc88512
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ $.preferLocal = true
await $`c8 npm test`
```

You can also specify a directory to search for local binaries:

```js
$.preferLocal = '/some/to/bin'
$.preferLocal = ['/path/to/bin', '/another/path/bin']
```

## $.quote

Specifies a function for escaping special characters during
Expand Down

0 comments on commit fc88512

Please sign in to comment.