Module

x/cliffy/mod.ts>Command#version

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.version
import { Command } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.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.