Underscore
Explore posts from servers❔ How does CsConsoleFormat work?
CsConsoleFormat and ConsoleTable are two different libraries to output C# objects into a formatted table in the terminal.
CsConsoleFormat is more complex than consoletable.
As a beginner to the language I'm kind of confused by the README on the CsConsoleFormat.
https://github.com/Athari/CsConsoleFormat/blob/master/ReadMe.md
Unlike the README for ConsoleTables
https://github.com/khalidabuhakmeh/ConsoleTables
I don't really see where
CsConsoleFormat
takes in data and when it is printed. I also can't find any more documentation on this library. How would I uses CsConsoleFormat to print a list of class instances and some of their attributes?20 replies