tauri/.changes/refactor-cli-dev-args.md
Lucas Fernandes Nogueira 679fe1fedd
feat(cli.rs): allow passing arguments to the build runner, closes #3398 (#3431)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2022-02-13 10:54:18 -03:00

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 --).