Skip to content

Commit d917895

Browse files
committed
添加文字图案
1 parent f22a6fd commit d917895

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

bin/wcj.js

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ program
1414
program
1515
.command('resume [cmd]')
1616
.alias('rs')
17-
.description(' 这里是我的简历详情!')
17+
.description(' Ⓦ Ⓒ Ⓙ 这里是我的简历详情!')
1818
.option("-b, --basicinfo [type]", "基本信息")
1919
.option("-e, --education [type]", "教育经历")
2020
.option("-i, --itskill [type]", "IT技能")
@@ -25,9 +25,34 @@ program
2525
resume(cmd,options);
2626

2727
}).on('--help', function() {
28-
log(' basicinfo 说明:');
28+
29+
// 图片文字 http://ascii.mastervb.net/text_to_ascii.php
30+
31+
// log('█░░░█ █▀▀ ░░▀');
32+
// log('█▄█▄█ █░░ ░░█');
33+
// log('░▀░▀░ ▀▀▀ █▄█');
34+
35+
// log('Ⓦ Ⓒ Ⓙ');
36+
37+
38+
log(' ╭╮');
39+
log(' ╭╮╭╮╭┳━━╮╰╯');
40+
log(' ┃╰╯╰╯┃╭━╯╭╮');
41+
log(' ╰╮╭╮╭┫╰━╮┃┃');
42+
log(' ╰╯╰╯╰━━╯┃┃');
43+
log(' ╭╯┃');
44+
log(' ╰━╯');
45+
46+
// log(' __ __ ______ __ ');
47+
// log('/\\ \\ _ \\ \\ /\\ ___\\ /\\ \\ ');
48+
// log('\\ \\ \\/ ".\\ \\ \\ \\ \\____ _\\_\\ \\ ');
49+
// log(' \\ \\__/".~\\_\\ \\ \\_____\\ /\\_____\\ ');
50+
// log(' \\/_/ \\/_/ \\/_____/ \\/_____/ ');
51+
52+
53+
// log(' basicinfo 说明:');
2954
log();
30-
log(' preview 预览简历');
55+
log(' rs 预览简历');
3156
log();
3257
log(' -b, --basicinfo 基本信息');
3358
for (var a in basicinfo.data) {

0 commit comments

Comments
 (0)