effect-io-ai

Package: @effect/platform
Module: Command

Command.workingDirectory

Set the working directory that will be used when this command will be run.

For piped commands, the working directory of each command will be set to the specified working directory.

Signature

declare const workingDirectory: { (cwd: string): (self: Command) => Command; (self: Command, cwd: string): Command; }

Source

Since v1.0.0