method Command.prototype.hasCommandsRe-exportimport { Command } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; hasCommands(hidden?: boolean): booleanChecks whether the command has sub-commands or not. Parametersoptionalhidden: booleanInclude hidden commands. Returnsboolean