Skip to main content
Module

x/cliffy/mod.ts>IEnvVar

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface IEnvVar
implements IEnvVarOptions
Re-export
import { type IEnvVar } from "https://deno.land/x/cliffy@v0.24.3/mod.ts";

Environment variable settings.

Properties

name: string
names: string[]
description: string
type: string
details: IArgument