[][src]Macro devx_cmd::run

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

Shortcut for cmd!(...).run(). See Cmd::run for details