macro_rules! cmd {
    ($format:expr) => { ... };
    ($format:expr, $($arg:expr),+) => { ... };
}
Expand description

Creates a new commadn from format and args

Examples