execute_command_streaming

Function execute_command_streaming 

Source
pub async fn execute_command_streaming(
    cmd: &str,
    args: &[&str],
    cwd: Option<&Path>,
) -> Result<()>
Expand description

Execute a command and stream its output