pub(crate) fn build_settings_report(
db: &Path,
config_path: Option<&Path>,
format: OutputFormat,
) -> Result<SettingsReport, CliError>Expand description
Build settings diagnostics shared by CLI and MCP.
pub(crate) fn build_settings_report(
db: &Path,
config_path: Option<&Path>,
format: OutputFormat,
) -> Result<SettingsReport, CliError>Build settings diagnostics shared by CLI and MCP.