Files
archived-tauri-docs/docs/api/js/interfaces/shell.SpawnOptions.md
2022-07-15 12:00:05 +02:00

616 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