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