method CommandBuilder.prototype.commandimport { CommandBuilder } from "https://dotland.deno.dev/x/dax@0.39.2/src/command.ts"; command(command: string | string[]): CommandBuilderSets the raw command to execute. Parameterscommand: string | string[]ReturnsCommandBuilder