We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474f868 commit 30a3941Copy full SHA for 30a3941
src/stdin.rs
@@ -21,6 +21,7 @@ pub trait CommandStdInExt {
21
/// use std::process::Command;
22
///
23
/// Command::new("cat")
24
+ /// .arg("-A")
25
/// .with_stdin("42")
26
/// .unwrap();
27
/// ```
0 commit comments