Skip to main content
Go to Latest
method Command.prototype.version
Re-export
import { Command } from "https://deno.land/x/commit_genius@v0.2.0/deps.ts";

Set command version.

Parameters

version: string | VersionHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>

Semantic version string string or method that returns the version string.