pub fn list(resolved: &Resolved) -> Vec<String>Expand description
Every setting and its value, one per line, for a config ls.
Hidden settings are left out — they are settable and documented nowhere, so listing them would be the one place they surface. Sorted by key, because a registry’s order is the order somebody wrote a TOML file in and a list a human reads should not depend on that.