method Command.prototype.versionimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; version(version: string | IVersionHandler<Partial<CO>, Partial<CA>, CG, PG>): thisSet command version. Parametersversion: string | IVersionHandler<Partial<CO>, Partial<CA>, CG, PG>Semantic version string string or method that returns the version string. Returnsthis