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