ack3
ack3 copied to clipboard
Headings don't show up with --passthru
If you do a ack foo --passthru you don't get per-file headers. We should.
If you do ack foo --passthru --nobreak, it all works fine, without per-file headers, with the filename before each line.
Does using --passthru even make sense if we're not reading from STDIN?