method CommandBuilder.prototype.stdinTextimport { CommandBuilder } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; stdinText(text: string): CommandBuilderSets the stdin string to use for a command. Parameterstext: stringReturnsCommandBuilder