We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 176b5c1 + a9ded68 commit 06b6704Copy full SHA for 06b6704
src/bin/run.rs
@@ -43,7 +43,9 @@ bin target it will be run. Otherwise `--bin` specifies the bin target to run,
43
and `--example` specifies the example target to run. At most one of `--bin` or
44
`--example` can be provided.
45
46
-All of the trailing arguments are passed to the binary to run.
+All of the trailing arguments are passed to the binary to run. If you're passing
47
+arguments to both Cargo and the binary, the ones after `--` go to the binary,
48
+the ones before go to Cargo.
49
";
50
51
pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {
0 commit comments