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