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.24.1/mod.ts";

Set command version.

Parameters

version: string | IVersionHandler<Partial<CO>, Partial<CA>, CG, CPG, CT, CGT, CPT, CP>

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