pub fn run(config_override: Option<&Path>) -> String
Run the explain subcommand and return the formatted output as a String. main.rs is the sole stdout writer — this function only builds the string.
main.rs