mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user