method Command.prototype.hasExampleRe-exportimport { Command } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; hasExample(name: string): booleanChecks whether the command has an example with given name or not. Parametersname: stringReturnsboolean