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
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

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