method Command.prototype.getCommandRe-exportimport { Command } from "https://deno.land/x/cliffy@v0.19.2/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