cli-table / cli-table3

Pretty unicode tables for the command line
MIT License
527 stars 44 forks source link

Add debugging capabilities #288

Closed speedytwenty closed 2 years ago

speedytwenty commented 2 years ago

This is a first stab at #279. Hoping to clean it up and add some more tests. But striving to get this in before further refactoring.

speedytwenty commented 2 years ago

One influence users might see by this change is that, presently, if you were to log the table it would include the table options and the table array. With this change, the table options won't appear in the console.log unless debug is enabled.