Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Cliffy.IEnvVar
implements IEnvVarOptions
Re-export
import { type Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/deps.ts";
const { IEnvVar } = Cliffy;

Environment variable settings.

Properties

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