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