Skip to main content

error

Function error 

Source
pub fn error(msg: &str)
Expand description

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.