It's a minor issue that can be avoided using `-e` ``` $ echo '-i' > test.txt $ grep -r '\-i' test.txt:-i $ ngp '\-i' (produces no output) $ ngp -e '\-i' (works fine) ```
It's a minor issue that can be avoided using
-e