method Command.prototype.getExampleimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.23.2/command/command.ts"; getExample(name: string): IExample | undefinedGet example with given name. Parametersname: stringReturnsIExample | undefined