run

Macro run 

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

Create a Command with the cmd! macro and call output() on it