Skip to main content
Module

x/cliffy/mod.ts>Command#globalEnv

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

Type Parameters

optional
G extends Record<string, unknown> | void = CG

Parameters

name: string
description: string
optional
options: Omit<IEnvVarOptions, "global">

Returns

Command<CO, CA, Merge<CG, MapOptionTypes<G>>, PG, P>