method Command.prototype.hasCommandsimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; hasCommands(hidden?: boolean): booleanChecks whether the command has sub-commands or not. Parametersoptionalhidden: booleanInclude hidden commands. Returnsboolean