From 90bd96a89090e9f642c70524f4c0071b03be7eea Mon Sep 17 00:00:00 2001 From: Mike Wyatt Date: Sun, 22 Jun 2025 12:50:57 -0300 Subject: [PATCH] update changeset --- .changes/add-cli-matches-from.md | 5 +++++ .changes/add-optional-args-cli.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .changes/add-cli-matches-from.md delete mode 100644 .changes/add-optional-args-cli.md diff --git a/.changes/add-cli-matches-from.md b/.changes/add-cli-matches-from.md new file mode 100644 index 00000000..837991c4 --- /dev/null +++ b/.changes/add-cli-matches-from.md @@ -0,0 +1,5 @@ +--- +"cli": minor +--- + +Added `Cli.matches_from(args)`. This can be combined with the `args` passed to the callback of `tauri_plugin_single_instance::init` to parse the command line arguments passed to subsequent instances of the application. diff --git a/.changes/add-optional-args-cli.md b/.changes/add-optional-args-cli.md deleted file mode 100644 index 6d4db171..00000000 --- a/.changes/add-optional-args-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli": minor ---- - -Added `tauri_plugin_cli::matches_from`. This can be combined with the `args` passed to the callback of `tauri_plugin_single_instance` to parse the command line arguments passed to subsequent instances of the application.