Macro run

Source
macro_rules! run {
    ($($params:tt)*) => { ... };
}
Expand description

Shortcut for cmd!(...).run().