function Run
Run(
path: string,
...opts: (Step<Run> | string)[],
)

Compose command invocation from options.

Parameters

path: string
...opts: (Step<Run> | string)[]

Return Type

type alias Run

Command invocation.

Properties

argv: string[]
optional
env: Record<string, string>

Usage

import { Run } from ".";