dsherret / dax

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

Add `noThrow(exit_code, ...)` to `CommandBuilder` #148

Closed dsherret closed 5 months ago

dsherret commented 1 year ago

Similar to $.request: https://deno.land/x/dax@0.32.0/src/request.ts?source#L135

dsherret commented 5 months ago

Implemented in https://github.com/dsherret/dax/pull/200