mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
679fe1fedd
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
298 B
298 B
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 --
).