Module

x/cliffy/command.ts>Command#getEnvVar

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.getEnvVar
import { Command } from "https://dotland.deno.dev/x/cliffy@v0.11.0/command.ts";

Get environment variable with given name.

Parameters

name: string

Name of the environment variable.

optional
hidden: boolean

Include hidden environment variable.