function bold()

in lib/cli.js [3:5]


function bold(input) {
  return '\u001b[1m' + input + '\u001b[22m';
}