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