Module

x/lume/deps/cliffy.ts>Command#hasEnvVar

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Command.prototype.hasEnvVar
import { Command } from "https://dotland.deno.dev/x/lume@v1.13.2/deps/cliffy.ts";

Checks whether the command has an environment variable with given name or not.

Parameters

name: string

Name of the environment variable.

optional
hidden: boolean

Include hidden environment variable.

Returns

boolean