fn get_or_default_config_ini_path_with<F>( env_var: Option<String>, cli_parser: F, ) -> Stringwhere F: FnOnce() -> Option<String>,