You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it's due to the special casing of -- meaning "only free args follow" taking precedence over the -e allowing values to start with -. This should be a decently easy fix, I think I can knock it out later today if all goes well.
Calling
rg -e --
(to search for all occurrences of "--") fails withIn contrast, the same pattern works for the usual GNU-style tools:
I am aware that I can work around this issue using e.g.
[-]-
as the pattern, but that should not be necessary.The text was updated successfully, but these errors were encountered: