Macro tinyrick::exec_mut

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

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

Executes the given program. Can also accept CLI arguments collection. Returns the command object.