Skip to main content
Module

x/mod/deps.ts>Command#globalEnv

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
method Command.prototype.globalEnv
Re-export
import { Command } from "https://deno.land/x/mod@v2.3.9/deps.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>