Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/habitra/deps.ts>Command#getEnvVar

Command line tool for HabiTra
Latest
method Command.prototype.getEnvVar
Re-export
import { Command } from "https://deno.land/x/habitra@v0.3.0/deps.ts";

Get environment variable by name.

Parameters

name: string

Name of the environment variable.

optional
hidden: boolean

Include hidden environment variable.

Returns

IEnvVar | undefined