effect-io-ai

Package: @effect/platform
Module: Command

Command.start

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