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