beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

--line and --heading should not be mutex options #423

Closed petdance closed 4 years ago

petdance commented 10 years ago
$ ack --line=1 t/*.t --heading
Options '--line' and '--heading' are mutually exclusive

I should be able to get first line of every line, I think.

hoelzro commented 10 years ago

I don't see why not.

petdance commented 7 years ago

I'm not sure now.

petdance commented 6 years ago

They are not mutex in ack 3.

petdance commented 4 years ago

There is no --line in ack 3 any more.