| 1 | const chalk = require('chalk'); |
| 2 | const cli = require('./cli'); |
| 3 | const plain = text => text; |
| 4 | const json = cli.flags.json; |
| 5 | const green = json ? plain : chalk.green; |
| 6 | const red = json ? plain : chalk.red; |
nothing calls this directly
no outgoing calls
no test coverage detected