Module

x/cliffy/command.ts>IEnvVariable

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface IEnvVariable
import { type IEnvVariable } from "https://dotland.deno.dev/x/cliffy@v0.6.0/command.ts";

Environment variable setting's.

Properties

names: string[]
description: string
type: string
import IEnvVariable
import { IEnvVariable } from "https://dotland.deno.dev/x/cliffy@v0.6.0/command.ts";