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