chore: update documentation

This commit is contained in:
Lucas Nogueira
2026-09-22 11:30:47 -03:00
parent d869c162a7
commit a87a3c7d44
104 changed files with 4875 additions and 222 deletions
+1
View File
@@ -16,6 +16,7 @@ use tauri::{
mod commands;
/// Initializes the plugin, exposing commands to exit or restart the current process.
pub fn init<R: Runtime>() -> TauriPlugin<R> {
Builder::new("process")
.invoke_handler(tauri::generate_handler![commands::exit, commands::restart])