mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
616 B
616 B
@tauri-apps/api / shell / SpawnOptions
Interface: SpawnOptions
shell.SpawnOptions
Properties
cwd
Optional cwd: string
Current working directory.
Defined in
env
Optional env: Object
Environment variables. set to null to clear the process env.
Index signature
▪ [name: string]: string