Skip to main content

pipe_through_command

Function pipe_through_command 

Source
pub fn pipe_through_command(
    cmd: &str,
    input: &str,
    cwd: &Path,
    bufid: usize,
) -> Result<String>
Expand description

Pipe input text through an external command, returning the output