method Command.prototype.exampleimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts"; example(name: string, description: string): thisAdd new command example. Parametersname: stringName of the example. description: stringThe content of the example. Returnsthis