rg: add -v for invert matching (#2638)
This commit is contained in:
@@ -25,3 +25,7 @@
|
||||
- Only list matched files -- useful when piping to other commands:
|
||||
|
||||
`rg --files-with-matches {{pattern}}`
|
||||
|
||||
- Show lines that do not match the given pattern:
|
||||
|
||||
`rg --invert-match {{pattern}}`
|
||||
|
Reference in New Issue
Block a user