method Command.prototype.getExampleimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; getExample(name: string): Example | undefinedGet example with given name. Parametersname: stringReturnsExample | undefined