pub async fn run_command( cmd: &str, timeout_secs: Option<u64>, truncate_after: Option<usize>, ) -> Result<(i32, String, String)>
Run a shell command asynchronously with timeout