Skip to content

Commit

Permalink
Merge branch 'v2-maint' into issue_1860
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Feb 18, 2024
2 parents 7b1f820 + 09c3974 commit 64b40d2
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 64b40d2

Please sign in to comment.