Package: @effect/platform
Module: Command
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; }
Since v1.0.0