component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

Use `Spectre.Console` to write table output

Open JamieMagee opened this issue 3 years ago • 0 comments

Currently we use our own custom table formatter for CLI output, TabularStringFormat. A popular library in the .NET ecosystem that provides a better tested alternative is Spectre.Console.

In addition to tabular output, it also provides richer output for logs, exceptions, status indicators and more.

JamieMagee avatar Aug 26 '22 20:08 JamieMagee