Macro may_clack::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");