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.
1 parent 1ff0cad commit 42cdd87Copy full SHA for 42cdd87
crates/cargo-util/src/process_builder.rs
@@ -95,7 +95,7 @@ impl ProcessBuilder {
95
self
96
}
97
98
- /// (chainable) Adds `arg` to the args list.
+ /// (chainable) Overrides `arg0` for this program.
99
pub fn arg0<T: AsRef<OsStr>>(&mut self, arg: T) -> &mut ProcessBuilder {
100
self.arg0 = Some(arg.as_ref().to_os_string());
101
0 commit comments