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-jspull/2791/head
parent
5642283dba
commit
f6e11282a7
@ -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.
|
Loading…
Reference in new issue