cronvel / terminal-kit

Terminal utilities for node.js
MIT License
3.08k stars 198 forks source link

TextTable: definition of text attributes #221

Open fgeorges opened 1 year ago

fgeorges commented 1 year ago

I am using TextTable, and it works like a charm!

The documentation refers to "text attributes" (e.g. to set the background colors of the header cells.) But I cannot find a definition of these attributes in the documentation. In particular, I'd like to set the header cells simply as "bold."

Any pointer to find a definition of the "text attributes" I can use in the TextTable constructor?

(sorry if this is not the best place to ask questions, I did not find any other means for support)