pub async fn execute_command_streaming( cmd: &str, args: &[&str], cwd: Option<&Path>, ) -> Result<()>
Execute a command and stream its output