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

Problem with specifying regex for ack -g #360

Closed hoelzro closed 7 years ago

hoelzro commented 11 years ago

https://github.com/petdance/ack/issues/77

I personally find this to be a non-issue, as using = to connect option and value isn't valid for short options.

hoelzro commented 11 years ago

@petdance Thoughts? (see my commentary after the link)

leoger commented 10 years ago

@hoelzro Definitely agree that = with single hyphen is not standard usage. The fact that a single character option works with a double hyphen seems to be an "unintentional feature" but nothing about that suggests to me that therefore the = semantics needs to bleed over into the single hyphen case.