From 23d3205d30019196a68138a610a03cd13f6e577b Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 7 Aug 2023 11:50:23 -0300 Subject: [PATCH] fix usage --- .changes/shell-command-apis.md | 2 +- examples/api/src/App.svelte | 18 ++++++++++-------- examples/api/src/views/Communication.svelte | 4 +++- examples/api/src/views/Window.svelte | 5 +++-- plugins/window/README.md | 8 +++++--- plugins/window/guest-js/index.ts | 12 ++++++------ plugins/window/src/api-iife.js | 2 +- 7 files changed, 29 insertions(+), 22 deletions(-) diff --git a/.changes/shell-command-apis.md b/.changes/shell-command-apis.md index 2307e07c..86ee5a40 100644 --- a/.changes/shell-command-apis.md +++ b/.changes/shell-command-apis.md @@ -2,4 +2,4 @@ "shell": "patch" --- -Added `Command::arg`, `Command::env` and changed `Command::new` input type. \ No newline at end of file +Added `Command::arg`, `Command::env` and changed `Command::new` input type. diff --git a/examples/api/src/App.svelte b/examples/api/src/App.svelte index dd0df993..aace377f 100644 --- a/examples/api/src/App.svelte +++ b/examples/api/src/App.svelte @@ -1,7 +1,7 @@