import { CommandBuilder } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts";
Pipes the current command to the provided command returning the provided command builder. When chaining, it's important to call this after you are done configuring the current command or else you will start modifying the provided command instead.
Parameters
builder: CommandBuilder