cancel

Macro cancel 

Source
macro_rules! cancel {
    ($arg:expr) => { ... };
}
Expand description

Cancel message.

Write a message when cancelled.

Is the same as calling the outro! macro with outro!("{}", message.red())

ยงExamples

use may_clack::cancel;

cancel!("cancel");