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.