use options in the report
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user