effect-io-ai

Package: @effect/platform
Module: Command

Command.stderr

Specify the standard error stream for a command.

Signature

declare const stderr: { (stderr: Command.Output): (self: Command) => Command; (self: Command, stderr: Command.Output): Command; }

Source

Since v1.0.0