effect-io-ai

Package: @effect/platform
Module: Command

Command.env

Specify the environment variables that will be used when running this command.

Signature

declare const env: { (environment: Record<string, string | undefined>): (self: Command) => Command; (self: Command, environment: Record<string, string | undefined>): Command; }

Source

Since v1.0.0