pub fn config_dir_override() -> Option<String>Expand description
CLI --config-dir only.
Deliberately does NOT consult config::get_setting: the config file lives
inside the directory this function resolves, so reading it here would be
circular. The XDG default is applied by crate::paths::config_dir.