dsherret / dax

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

feat: add streaming api for command inputs and outputs #82

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

Adds a new CommandChild struct that's returned from .spawn() that has .stdout() and .stderr() as well as .abort().