parent
0fbe8403d6
commit
90bd96a890
@ -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.
|
@ -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.
|
|
Loading…
Reference in new issue