denoland / deno_task_shell

Cross-platform shell for deno task.
https://crates.io/crates/deno_task_shell
MIT License
108 stars 18 forks source link

feat: support parsing fd redirects #107

Closed dsherret closed 7 months ago

dsherret commented 9 months ago

Waiting on https://github.com/denoland/deno_task_shell/pull/106

This implements fd redirects in the parser (because I want it for Dax). We can do the shell implementation later.