pub fn format_source_with_registry_debug( source: &str, config: &Config, registry: &CommandRegistry, ) -> Result<(String, Vec<String>)>
Format raw CMake source using an explicit registry and return debug output.