Skip to main content
Module

x/velociraptor/deps.ts>Command#env

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

Add new environment variable.

Parameters

name: string

Name of the environment variable.

description: string

The description of the environment variable.

optional
options: IEnvVarOptions

Environment variable options.