macro_rules! spawn { ($app:tt $($q:tt)*) => { ... }; }
Create a Command with the cmd! macro and call spawn() on it
cmd!