effect-io-ai

Package: @effect/platform
Module: Command

Command.runInShell

Allows for specifying whether or not a Command should be run inside a shell.

Signature

declare const runInShell: { (shell: string | boolean): (self: Command) => Command; (self: Command, shell: string | boolean): Command; }

Source

Since v1.0.0