method Command.prototype.hasCommandimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; hasCommand(name: string, hidden?: boolean): booleanChecks whether a child command exists by given name or alias. Parametersname: stringName or alias of the command. optionalhidden: booleanInclude hidden commands. Returnsboolean