type alias Cmd

Command signature: program name/path followed by arguments.

Examples

Example 1

["ls", "-la"]
["echo", "hello"]

Definition

[string | URL, ...string[]]

Usage

import { type Cmd } from ".";