macro_rules! cli_send {
($text:expr) => { ... };
($text:expr, $( $arg:expr ),*) => { ... };
}Expand description
utput text wordwrapped to 70 characters per-line.
macro_rules! cli_send {
($text:expr) => { ... };
($text:expr, $( $arg:expr ),*) => { ... };
}utput text wordwrapped to 70 characters per-line.