Merge branch 'report-cleanup' into 'main'

Clean up report when no new links

See merge request kernald/reddit-magnet!11
This commit is contained in:
Marc Plano-Lesay 2025-05-01 12:03:12 +00:00
commit 6314d6764c

View file

@ -42,6 +42,11 @@ pub fn generate_report(
style(format!("({} new links)", total_count)).bold()
);
if failed_count == 0 && success_count == 0 {
info!("");
continue;
}
// Success/failure summary
if failed_count > 0 {
info!(