Y
Hacker News
new
|
ask
|
show
|
jobs
by
account42
239 days ago
The convention is use use -- to denote the end of options in command-line tools - anything after that is parsed as a normal argument even if it starts with a dash. If rg doesn't support that it should.
1 comments
burntsushi
239 days ago
It has since day 1. And you can use the `-e/--regexp` flag too, just like grep.
link