Skip to content

Commit

Permalink
Merge pull request #1867 from dearchap/issue_1866
Browse files Browse the repository at this point in the history
Docs:(issue_1866) Fix documentation on filepath vs env preference
  • Loading branch information
dearchap committed Feb 18, 2024
2 parents 094a9bc + 9f3448a commit 09c3974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v2/examples/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ func main() {
}
```

Note that default values set from file (e.g. `FilePath`) take precedence over
default values set from the environment (e.g. `EnvVar`).
Note that default values set from the environment (e.g. `EnvVar`) take precedence over
default values set from file (e.g. `FilePath`).

#### Values from alternate input sources (YAML, TOML, and others)

Expand Down

0 comments on commit 09c3974

Please sign in to comment.