pub trait Command { // Required method fn command(&self) -> Command; }
A trait representing a particular command
Generate a spawnable command