We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29565e2 commit 603c0afCopy full SHA for 603c0af
src/bootstrap/src/utils/exec.rs
@@ -50,7 +50,7 @@ impl OutputMode {
50
/// If you want to delay failures until the end of bootstrap, use [delay_failure].
51
///
52
/// By default, the command will print its stdout/stderr to stdout/stderr of bootstrap ([OutputMode::Print]).
53
-/// If you want to handle the output programmatically, use [BootstrapCommand::capture].
+/// If you want to handle the output programmatically, use [BootstrapCommand::run_capture].
54
55
/// Bootstrap will print a debug log to stdout if the command fails and failure is not allowed.
56
0 commit comments