mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
298 B
298 B
cli.rs
| cli.rs |
|---|
| patch |
Breaking change: The extra arguments passed to tauri dev using -- <ARGS>... are now propagated to the runner (defaults to cargo). To pass arguments to your binary using Cargo, you now need to run tauri dev -- -- <ARGS-TO-YOUR-BINARY>... (notice the double --).