method Command.prototype.versionRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.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