You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this flag is set, every file and directory is applied to it to test for
a match. So for example, if you only want to search in a particular directory
'foo', then *-g foo* is incorrect because 'foo/bar' does not match the glob
'foo'. Instead, you should use *-g +++'foo/**'+++*.
In the rg --help output this looks the same:
When this flag is set, every file and directory is applied to it to test for
a match. So for example, if you only want to search in a particular directory
'foo', then *-g foo* is incorrect because 'foo/bar' does not match the glob
'foo'. Instead, you should use *-g +++'foo/**'+++*.
I suspect this is not as intended.
The text was updated successfully, but these errors were encountered:
The usage rendered by
rg --help
appears to contain some markup as rendered by the source code:ripgrep/crates/core/app.rs
Lines 1354 to 1357 in fac4790
In the
rg --help
output this looks the same:I suspect this is not as intended.
The text was updated successfully, but these errors were encountered: