refactor: rename command mod to process, move restart_application (#1667)

* refactor: rename `command` mod to `process`, move restart_application

* refactor(api): move `exit`, `relaunch` APIs to `process` module
This commit is contained in:
Lucas Fernandes Nogueira
2021-04-30 22:43:47 -03:00
committed by GitHub
parent 5c1fe52c2b
commit b0bb796a42
16 changed files with 144 additions and 112 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri": patch
---
Renamed the `command` API module to `process`.