We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6651963 commit cbc6436Copy full SHA for cbc6436
cmd/ripoff-export/ripoff_export.go
@@ -108,4 +108,6 @@ func main() {
108
slog.Error("Could not write ripoff file", errAttr(err))
109
os.Exit(1)
110
}
111
+
112
+ slog.Info(fmt.Sprintf("Ripoff export complete, %d rows exported", len(ripoffFile.Rows)))
113
0 commit comments