Package: @effect/platform Module: Command
@effect/platform
Command
Create a command with the specified process name and an optional list of arguments.
Signature
declare const make: (command: string, ...args: Array<string>) => Command
Source
Since v1.0.0