Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OpenOptions

Options for open function.

Hierarchy

  • OpenOptions

Index

Properties

Properties

Optional app

app: string | string[]

The app (or options) to open.

Optional cwd

cwd: string

The custom working directory.

Optional env

env: any

An optional list of environment variables to submit to the new process.

Optional wait

wait: boolean

Wait until exit or not.

Generated using TypeDoc