pub fn print_cli_error(msg: impl Display)Expand description
Print a red-prefixed error: <msg> line to stderr.
Used via the crate::cli_error macro at call sites — the free
function is kept public so external tooling or tests can build the
same prefix without going through the macro.