Package: @effect/platform
Module: Command
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; }
Since v1.0.0