method Command.prototype.getCommandimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; getCommand(name: string, hidden?: boolean): Command | undefinedGet command by name or alias. Parametersname: stringName or alias of the command. optionalhidden: booleanInclude hidden commands. ReturnsCommand | undefined