use options in the report

This commit is contained in:
2026-07-11 16:28:35 +01:00
parent 1ce8561782
commit 0a657682f6
3 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ func run(ctx context.Context) error {
}
eg.Go(func() error {
return internal.BuildReport(ctx, reader, writer, selector)
return internal.BuildReport(ctx, reader, writer, internal.WithSelector(selector))
})
err = eg.Wait()