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