macro_rules! exec_mut_with_arguments {
    ($p : expr, $a : expr) => { ... };
}
Expand description

Hey genius, avoid executing commands whenever possible! Look for Rust libraries instead.

Executes the given program with the given arguments. Returns the command object.