import { CommandBuilder } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts";
Sets stdout as quiet, spawns the command, and gets stdout as a string without the last newline.
Shorthand for:
const data = (await $`command`.quiet("stdout")).stdout.replace(/\r?\n$/, "");