Skip to content

v0.16.2

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 20:08

Patch Changes

  • b9d319c: Fix bogus "Outside Workspace Access" prompts on Windows for find <dir> \( ... \) | xargs grep ... commands (#79). Escaped parens in find expressions produced a lone \ token that resolved to the drive root (D:\) on Windows, and grep patterns passed through xargs were treated as paths. Requires @aliou/sh ^0.2.2, which fixes backslash escape tokenization.