method Command.prototype.versionimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; version(version: string | VersionHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>): thisSet command version. Parametersversion: string | VersionHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>Semantic version string string or method that returns the version string. Returnsthis