We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bbcca commit 54e609dCopy full SHA for 54e609d
doc/rg.1.txt.tpl
@@ -232,6 +232,16 @@ would behave identically to the following command
232
233
rg --glob '!.git' foo
234
235
+The bottom line is that every shell argument needs to be on its own line. So
236
+for example, a config file containing
237
+
238
+ -j 4
239
240
+is probably not doing what you intend. Instead, you want
241
242
+ -j
243
+ 4
244
245
ripgrep also provides a flag, *--no-config*, that when present will suppress
246
any and all support for configuration. This includes any future support
247
for auto-loading configuration files from pre-determined paths.
0 commit comments