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