console.log(clc.red('red') + ' plain ' + clc.blue('blue')); ... var error = clc.red.bold; var warn = clc.yellow; var notice = clc.blue; ...
確定! 回上一頁