const chalk = require('chalk'); // the equivalent of , for embedding a cmd // eg: Please run ${cmd(woot)} module.exports = cmd => `${chalk.gray('`')}${chalk.cyan(cmd)}${chalk.gray('`')}`;