effect-io-ai

Package: @effect/platform
Module: Command

Command.make

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