Skip to main content
Module

x/velociraptor/deps.ts>Command#versionOption

The npm-style script runner for Deno
Latest
method Command.prototype.versionOption
Re-export
import { Command } from "https://deno.land/x/velociraptor@1.5.0/deps.ts";

Disable version option.

Parameters

enable: false

Set global version option.

Parameters

flags: string

The flags of the version option.

optional
desc: string

The description of the version option.

optional
opts: ICommandOption<Partial<CO>, CA, CG, PG, P> & { global: true; }

Version option options.

Set version option.

Parameters

flags: string

The flags of the version option.

optional
desc: string

The description of the version option.

optional
opts: ICommandOption<CO, CA, CG, PG, P>

Version option options.

Set version option.

Parameters

flags: string

The flags of the version option.

optional
desc: string

The description of the version option.

optional
opts: IAction<CO, CA, CG, PG, P>

The action of the version option.