You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to topic of using colors in columnify using chalk as discussed in 26.
Is there a way to color the title?
e.g.
var columnify = require('columnify');
var chalk = require('chalk');
var data = [{
bar: 'normal color string',
]};
data[chalk.red(foo)] = chalk.red('This is a red string');
console.log(columnify(data));
The text was updated successfully, but these errors were encountered:
Related to topic of using colors in columnify using chalk as discussed in 26.
Is there a way to color the title?
e.g.
The text was updated successfully, but these errors were encountered: