Package: @effect/platform Module: Command
@effect/platform
Command
Start running the command and return a handle to the running process.
Signature
declare const start: (command: Command) => Effect<Process, PlatformError, CommandExecutor | Scope>
Source
Since v1.0.0