dsherret / dax

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

feat: allow passing writers to `stdout` and `stderr` builder methods #184

Closed pomdtr closed 6 months ago

pomdtr commented 9 months ago

Usage:

import { $ } from "./mod.ts";

await $`echo "Hello, world!"`.stdout(Deno.stderr);