method Command.prototype.hasExampleimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts"; hasExample(name: string): booleanChecks whether the command has an example with given name or not. Parametersname: stringName of the example. Returnsboolean