Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
基本信息彩色输出
  • Loading branch information
jaywcjlove committed Aug 10, 2015
1 parent da6054e commit f22a6fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/resume.js
Expand Up @@ -99,7 +99,9 @@ module.exports = function(cmd,options) {
}else{
for (var a in basicinfo.data) {
if(cmd === a || a === options.basicinfo){
log(basicinfo.data[a].info + " : " + basicinfo.data[a].val);
log()
log(' '+clc.xterm(46).bold('› '+basicinfo.data[a].info + " : ") + clc.xterm(161)(basicinfo.data[a].val));
log()
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "wcj",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node.js make command-line tool for learning .",
"repository": {
"type": "git",
Expand Down

0 comments on commit f22a6fd

Please sign in to comment.