Skip to main content

shell_print

Function shell_print 

Source
pub fn shell_print(
    status: &str,
    message: &str,
    color: Color,
    justified: bool,
) -> CargoResult<()>
Expand description

Print a message with a colored title in the style of Cargo shell messages.