diff --git a/helpers.go b/helpers.go index 68e3c72..c59aa2d 100644 --- a/helpers.go +++ b/helpers.go @@ -75,7 +75,7 @@ func getJsonsOrBlank() iter.Seq[string] { return true }) - if !hasStdin { + if !hasStdin && !isPiped() { yield("{}") }