Improve output formatting
## Problem to solve The way our output is formatted suffers under a few problems: #### Overload of information ![image](/uploads/c7162dbd738532c2b230db6f72a31fcd/image.png) For the 2 commands in this suggestion, we have a total of 38 lines. There is also duplicated information, making this unnecessarily long. #### Usage of color In the screenshot above, 10 of the 38 lines include colored content. These 10 lines with color are also spread across the entire output, making them very distracting. #### Referring to content that's out of reach ![image](/uploads/b7306344b13a4a758c997bbf69109b19/image.png) In this example, the content `these commands` from the question (1) refers to the content at the very top of the output (2). In the standard size of a terminal window for macOS (~570x340px), the top of the output wouldn't even be visible anymore once the question at the bottom is visible. #### Comparison with Duo Chat The output in Duo Chat is a nicer experience, and even includes an example to show the expected input. ![image](/uploads/df5fb5ad3374eca3c59cc95b5db31b58/image.png) ## Potential solution Come up with new formatting and expected content for the output.
issue