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

x/habitra/deps.ts>Command#findEnvVar

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

Parameters

names: readonly string[]

Returns

Promise<{ name: string; value: string; } | undefined>