From 9763dc236617339cd9c4e99dcf2b11cb92c837af Mon Sep 17 00:00:00 2001 From: Mike Wyatt Date: Sun, 22 Jun 2025 12:53:26 -0300 Subject: [PATCH] also reference cli-js --- .changes/add-cli-matches-from.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changes/add-cli-matches-from.md b/.changes/add-cli-matches-from.md index 837991c4..4703a5ba 100644 --- a/.changes/add-cli-matches-from.md +++ b/.changes/add-cli-matches-from.md @@ -1,5 +1,6 @@ --- "cli": minor +"cli-js": 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.