diff options
author | Michael Davis | 2022-08-04 04:05:52 +0000 |
---|---|---|
committer | GitHub | 2022-08-04 04:05:52 +0000 |
commit | 5d33dbacac3564c50b9f3a74cfef6a956c35dd80 (patch) | |
tree | 21f1a0709bdf9d8f11765f42651af9c7bae8817e /book/src | |
parent | 219d2c25156a496ed2923d4cef256352bb1302e5 (diff) |
add a CLI flag for specifying config file location (#2666)
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/configuration.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 5eb94c4e..e418869f 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -25,6 +25,9 @@ select = "underline" hidden = false ``` +You may also specify a file to use for configuration with the `-c` or +`--config` CLI argument: `hx -c path/to/custom-config.toml`. + ## Editor ### `[editor]` Section |