jj/cli
Yuya Nishihara 30fb1078b2 cli: integrate config migration
The list of migration rules is managed by CliRunner. I don't know if that's
needed, but in theory, an extension may insert migration rules as well as
default config layers.

Migration could be handled by ConfigEnv::resolve_config(), but it seemed rather
complicated because Vec<ConfigMigrationRule> cannot be cloned, and the scope of
these variables are a bit different.
2025-01-09 07:23:08 +00:00
..
examples
src cli: integrate config migration 2025-01-09 07:23:08 +00:00
testing
tests resolve: try to resolve all conflicted files in fileset 2025-01-08 23:52:21 +00:00
build.rs
Cargo.toml
docs
LICENSE