Macro run

Source
macro_rules! run {
    ($env:expr, [$($cmd_args:tt)*] $($cmd_methods:tt)*) => { ... };
    ([$($cmd_args:tt)*] $($cmd_methods:tt)*) => { ... };
}
Expand description

Runs a command in a given environment (see Run::run).