pub async fn process_update_notice<I, S>( args: I, interactive_text_output: bool, ) -> Option<String>where I: IntoIterator<Item = S>, S: Into<String>,
Renders best-effort process-only notices after primary command output is emitted.