tauri/.changes/command-options.md
Lucas Fernandes Nogueira 721e98f175
feat(core): add env, cwd to the command API, closes #1634 (#1635)
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
2021-04-28 18:25:44 -03:00

7 lines
119 B
Markdown

---
"api": patch
"tauri": patch
---
Adds `options` argument to the shell command API (`env` and `cwd` configuration).