Package: @effect/platform Module: Command
@effect/platform
Command
Returns the exit code of the command after the process has completed execution.
Signature
declare const exitCode: (self: Command) => Effect<ExitCode, PlatformError, CommandExecutor>
Source
Since v1.0.0