1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

ripgrep: reformat --pre warning

This commit is contained in:
Andrew Gallant
2018-07-21 17:53:55 -04:00
parent c96a358593
commit 090216cf00

View File

@ -1473,9 +1473,10 @@ contents of FILE. This option expects the COMMAND program to either be an
absolute path or to be available in your PATH. An empty string COMMAND absolute path or to be available in your PATH. An empty string COMMAND
deactivates this feature. deactivates this feature.
WARNING: When this flag is set, ripgrep will unconditionally spawn a process WARNING: When this flag is set, ripgrep will unconditionally spawn a
for every file that is searched. Therefore, this can incur a large performance process for every file that is searched. Therefore, this can incur an
penalty if you don't otherwise need the flexibility offered by this flag. unnecessarily large performance penalty if you don't otherwise need the
flexibility offered by this flag.
A preprocessor is not run when ripgrep is searching stdin. A preprocessor is not run when ripgrep is searching stdin.