feat(cli): Pass optional args to get matches (#2787)

* add optional args to cli get_matches

* guess that doesn't apply

* feedback changes

* clone?

* update changeset

* also reference cli-js
This commit is contained in:
Mike Wyatt
2025-06-22 12:57:48 -03:00
committed by GitHub
parent 5642283dba
commit f6e11282a7
3 changed files with 27 additions and 6 deletions
+6
View File
@@ -0,0 +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.