MCPcopy
hub / github.com/ahmadawais/corona-cli / plain

Function plain

utils/table.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const chalk = require('chalk');
2const cli = require('./cli');
3const plain = text => text;
4const json = cli.flags.json;
5const green = json ? plain : chalk.green;
6const red = json ? plain : chalk.red;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected