We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OutputKind::Capture
1 parent ee64d58 commit da52db7Copy full SHA for da52db7
1 file changed
src/command_helpers.rs
@@ -34,7 +34,7 @@ pub(crate) enum OutputKind {
34
Forward,
35
/// Discard the output ([`Stdio::null()`])
36
Discard,
37
- /// Capture the result (`[Stdio::piped()`])
+ /// Capture the result ([`Stdio::piped()`])
38
Capture,
39
}
40
0 commit comments