method Command.prototype.hasExampleimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; hasExample(name: string): booleanChecks whether the command has an example with given name or not. Parametersname: stringReturnsboolean