oclif/cli-ux

table garbles colored output

Closed this issue · 1 comments

console.log({}, "clear the color");
cli.table([{ mounted: chalk.red("foo"), name: "bar" }], {
  mounted: {},
  name: {},
});

produces this:
screen shot 2019-02-03 at 10 23 34 pm

Thanks! Addressed in #68.