mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
7 lines
209 B
Markdown
7 lines
209 B
Markdown
|
---
|
||
|
"tauri": patch:enhance
|
||
|
---
|
||
|
|
||
|
Added `getArgs` and `getRawArgs` methods to the plugin `Invoke` class (Kotlin and Swift),
|
||
|
which lets you parse the arguments manually instead of through the `parseArgs` method.
|