method Command.prototype.getGlobalCommandsRe-exportimport { Command } from "https://deno.land/x/ndeno@v1.3.1/src/deps.ts"; getGlobalCommands(hidden?: boolean): Array<Command<any>>Get global commands. Parametersoptionalhidden: booleanInclude hidden commands. ReturnsArray<Command<any>>