ggreer / the_silver_searcher

A code-searching tool similar to ack, but faster.
http://geoff.greer.fm/ag/
Apache License 2.0
26.2k stars 1.43k forks source link

If the file doesn't exist, skip search instead of throwing errors #1522

Open StarFishing opened 1 year ago

StarFishing commented 1 year ago

Sometimes I don't care whether the verification file exists. I can accept it to skip directly to ensure a normal output instead of interrupting the program.

luanpotter commented 1 month ago

I believe you can use the --silent flag to supress all such errors :)