We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--config KEY=VALUE
1 parent 164a859 commit 758ee5dCopy full SHA for 758ee5d
src/doc/src/reference/config.md
@@ -245,6 +245,8 @@ Paths for non-executables will be relative to where the config value is defined.
245
In particular, rules are:
246
247
* For environment variables, paths are relative to the current working directory.
248
+* For config values loaded directly from the [`--config KEY=VALUE`](#command-line-overrides) option,
249
+ paths are relative to the current working directory.
250
* For config files, paths are relative to the parent directory of the directory where the config files were defined,
251
no matter those files are from either the [hierarchical probing](#hierarchical-structure)
252
or the [`--config <path>`](#command-line-overrides) option.
0 commit comments