Function cargo_edit::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.