pub fn extract_status_message(output: &[u8]) -> Option<String>Expand description
Extract a human-readable status message from the last few lines of output
This tries to find meaningful status text near progress indicators, like “Unpacking packages…” or “Configuring postgresql…”