method CommandBuilder.prototype.stderrimport { CommandBuilder } from "https://dotland.deno.dev/x/dax@0.39.2/src/command.ts"; stderr(kind: ShellPipeWriterKind): CommandBuilderSet the stderr kind. stderr(kind: WritableStream<Uint8Array>, options?: PipeOptions): CommandBuilderSet the stderr kind. Parameterskind: ShellPipeWriterKindReturnsCommandBuilderParameterskind: WritableStream<Uint8Array>optionaloptions: PipeOptionsReturnsCommandBuilder