macro_rules! output_macro { ($($output:expr),*) => { ... }; }
Macro for outputting colored text to the terminal.
Output
OutputBuilder