"I don't *think* so, runner cfg..." <- > <@jamesmunns:beeper.com> I don't *think* so, runner cfg is per target or per cfg according to the docs: > > ```toml > [target.] > linker = "…" # linker to use > runner = "…" # wrapper to run executables > rustflags = ["…", "…"] # custom flags for `rustc` > rustdocflags = ["…", "…"] # custom flags for `rustdoc` > > [target.] > runner = "…" # wrapper to run executables > rustflags = ["…", "…"] # custom flags for `rustc` > ``` yeah :/ I was hoping I did not find any hidden docs :D I think what I do is use Cargo.toml meta tags :) The problem is that I need different args dependent on binary ^^