majohn-r / output

Go library to provide an easy way for command-line oriented programs to handle console and error writing and logging, as well as a simple way to verify what is written to those channels.
MIT License
0 stars 0 forks source link

Add tab support to the Bus #17

Closed majohn-r closed 3 months ago

majohn-r commented 3 months ago

Getting tabs right is tricky, usually involving finding existing code and copying it. It would be better if the error and console writing could know about tabs and handle it themselves.