1 2 3 4 5 6
pub fn collapse_background_bash_notifications( messages: Vec<serde_json::Value>, _verbose: bool, ) -> Vec<serde_json::Value> { messages }