Skip to content

Commit

Permalink
style: pre-commit.ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 5, 2024
1 parent 62667ef commit 003a68b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/chapters/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ app.set_config("--config")
will read the files in the order given, which may be useful in some
circumstances. Using `CLI::MultiOptionPolicy::TakeLast` would work similarly
getting the last `N` files given. The default policy for config options is `CLI::MultiOptionPolicy::Reverse` which takes the last expected `N` and reverses them so the last option given is given precedence.
getting the last `N` files given. The default policy for config options is
`CLI::MultiOptionPolicy::Reverse` which takes the last expected `N` and reverses
them so the last option given is given precedence.
## Configure file format
Expand Down

0 comments on commit 003a68b

Please sign in to comment.