We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf63df7 commit 3472848Copy full SHA for 3472848
internal/cmd/root.go
@@ -534,7 +534,7 @@ func displayTableStats(stats *StatsCollector) {
534
535
// Print summary mini-table with proper padding
536
summaryTop := "╭───────────────┬─────────────┬───────────────┬───────────────┬───────────────┬──────────────────────╮"
537
- summaryHead := "│ Repos │ Combined │ Skipped (MC) │ Skipped (DNM) │ Time │ Total PRs │"
+ summaryHead := "│ Repos │ Combined │ Skipped (MC) │ Skipped (DNM) │ Time │ Total PRs │"
538
summarySep := "├───────────────┼─────────────┼───────────────┼───────────────┼───────────────┼──────────────────────┤"
539
summaryRow := fmt.Sprintf(
540
"│ %-13d │ %-11d │ %-13d │ %-13d │ %-13s │ %-20d │",
0 commit comments