Skip to main content
Module

x/cliffy/command/command.ts>Command#hasEnvVar

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.hasEnvVar
import { Command } from "https://deno.land/x/cliffy@v0.24.2/command/command.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