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