dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
964 stars 33 forks source link

feat: basic support of pipe sequences #219

Closed dsherret closed 5 months ago

dsherret commented 5 months ago

Supports pipe sequences like:

// not that you would run this
await $`echo 1 && echo 2 | cat -`;