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