jj/src/config
Yuya Nishihara 337246ea51 cli: error out if alias/revset-aliases section isn't of map type
I considered adding .optional() helper to lift Result to Result<Option<_>>,
but it's much simpler to expect all config sections (and maybe all keys?)
are defined by default.

The error message is a bit cryptic, but it should be improved by the following
PR if accepted.

https://github.com/mehcode/config-rs/pull/413
2023-01-24 15:06:12 +09:00
..
colors.toml Fix issues with bright color themes 2023-01-15 22:00:53 -08:00
merge_tools.toml
misc.toml cli: error out if alias/revset-aliases section isn't of map type 2023-01-24 15:06:12 +09:00
README.md config: add a README to explain that the config files are not installed 2022-12-24 07:07:37 -08:00

These files are compiled into the binary; they are not installed to the user's system.