method Command.prototype.getGlobalCommandRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts"; getGlobalCommand(name: string, hidden?: boolean): Command | undefinedGet global command by name or alias. Parametersname: stringName or alias of the command. optionalhidden: booleanInclude hidden commands. ReturnsCommand | undefined