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
The command rg -F -e '-lselinux' doesn't do the same thing as rg -F -- '-lselinux' despite the man page saying that -e should deal with the leading hyphen. rg -F -e '-lselinux' --pretty also doesn't work to override the -l that ripgrep thinks is there.
The text was updated successfully, but these errors were encountered:
On Dec 6, 2016 12:56 PM, "Camden Narzt" ***@***.***> wrote:
The command rg -F -e '-lselinux' doesn't do the same thing as rg -F --
'-lselinux' despite the man page saying that -e should deal with the
leading hyphen. rg -F -e '-lselinux' --pretty also doesn't work to
override the -l that ripgrep thinks is there.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#270>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAb34vJQKYTrhXkEdMnD5MwExA3fVgEZks5rFaHRgaJpZM4LFtCN>
.
The command
rg -F -e '-lselinux'
doesn't do the same thing asrg -F -- '-lselinux'
despite the man page saying that-e
should deal with the leading hyphen.rg -F -e '-lselinux' --pretty
also doesn't work to override the-l
that ripgrep thinks is there.The text was updated successfully, but these errors were encountered: