Improve output formatting
## Problem to solve
The way our output is formatted suffers under a few problems:
#### Overload of information

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

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.

## Potential solution
Come up with new formatting and expected content for the output.
issue