Overview
After T604, the CLI now prints out a nice basic table of post information on the server and locally (anonymous)
Background
We talked in T604 about having a detailed view, mocked in M5. We should add this.
I attempted with a simple table library but it didn't handle rows with a different number of columns.
I also attempted using text/tabwriters which may still work but will likely require one for each row layout. And they probably don't write to the output in unison as one would hope.
Implementation
I'm looking at https://github.com/olekukonko/tablewriter for making something neat looking that resembles the mocks.