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.