beyondgrep / ack2

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

Add --hpp option #507

Closed sjaeckel closed 10 years ago

sjaeckel commented 10 years ago

...to be able to dig only through C++ header files

petdance commented 10 years ago

I'd like to get some input from other users before going ahead with this. If we did --hpp we'd need --hh as well.

sjaeckel commented 10 years ago

--hh is already there :)

https://github.com/sjaeckel/ack2/blob/103303535d6ca074ea4bc65933906c01afd7186a/ConfigDefault.pm#L214

petdance commented 10 years ago

Wow, we do.

If we have --hh already, then I'm fine with --hpp as long as they are orthogonal as --cc and --cpp are.