File tree 1 file changed +28
-3
lines changed 1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ program
14
14
program
15
15
. command ( 'resume [cmd]' )
16
16
. alias ( 'rs' )
17
- . description ( ' 这里是我的简历详情!' )
17
+ . description ( ' Ⓦ Ⓒ Ⓙ 这里是我的简历详情!' )
18
18
. option ( "-b, --basicinfo [type]" , "基本信息" )
19
19
. option ( "-e, --education [type]" , "教育经历" )
20
20
. option ( "-i, --itskill [type]" , "IT技能" )
@@ -25,9 +25,34 @@ program
25
25
resume ( cmd , options ) ;
26
26
27
27
} ) . 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 说明:');
29
54
log ( ) ;
30
- log ( ' preview 预览简历' ) ;
55
+ log ( ' rs 预览简历' ) ;
31
56
log ( ) ;
32
57
log ( ' -b, --basicinfo 基本信息' ) ;
33
58
for ( var a in basicinfo . data ) {
You can’t perform that action at this time.
0 commit comments