effect-io-ai

Package: @effect/platform
Module: Command

Command.exitCode

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