Skip to content

Commit 758ee5d

Browse files
committed
Call out rule of relative path of --config KEY=VALUE
1 parent 164a859 commit 758ee5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/src/reference/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ Paths for non-executables will be relative to where the config value is defined.
245245
In particular, rules are:
246246

247247
* 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.
248250
* For config files, paths are relative to the parent directory of the directory where the config files were defined,
249251
no matter those files are from either the [hierarchical probing](#hierarchical-structure)
250252
or the [`--config <path>`](#command-line-overrides) option.

0 commit comments

Comments
 (0)