pub fn error(msg: &str)
Print the top-level error line to stderr (never suppressed).
Used once from main; command code should return errors instead of printing them so exit-code mapping stays centralized.
main