Files
archived-tauri-docs/docs/api/js/interfaces/shell.SpawnOptions.md
2022-03-29 07:36:52 +02:00

622 B

@tauri-apps/api / shell / SpawnOptions

Interface: SpawnOptions

shell.SpawnOptions

Properties

cwd

Optional cwd: string

Current working directory.

Defined in

shell.ts:83


env

Optional env: Object

Environment variables. set to null to clear the process env.

Index signature

▪ [name: string]: string

Defined in

shell.ts:85