File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ const command: GluegunCommand = {
6
6
const { print } = toolbox
7
7
8
8
const ASCII_ART = `
9
- ░██╗░░░░░░░██╗███████╗██╗░░░░░██╗░░░░░░█████╗░░█████╗░███╗░░░███╗███████╗ ████████╗░█████╗░
10
- ░██║░░██╗░░██║██╔════╝██║░░░░░██║░░░░░██╔══██╗██╔══██╗████╗░████║██╔════╝ ╚══██╔══╝██╔══██╗
11
- ░╚██╗████╗██╔╝█████╗░░██║░░░░░██║░░░░░██║░░╚═╝██║░░██║██╔████╔██║█████╗░░ ░░░██║░░░██║░░██║
12
- ░░████╔═████║░██╔══╝░░██║░░░░░██║░░░░░██║░░██╗██║░░██║██║╚██╔╝██║██╔══╝░░ ░░░██║░░░██║░░██║
13
- ░░╚██╔╝░╚██╔╝░███████╗███████╗███████╗╚█████╔╝╚█████╔╝██║░╚═╝░██║███████╗ ░░░██║░░░╚█████╔╝
14
- ░░░╚═╝░░░╚═╝░░╚══════╝╚══════╝╚══════╝░╚════╝░░╚════╝░╚═╝░░░░░╚═╝╚══════╝ ░░░╚═╝░░░░╚════╝░
15
-
16
9
███╗░░██╗░██████╗░██╗░░██╗░░░░░░██████╗░███████╗██╗░░░██╗░██████╗ ░█████╗░██╗░░░░░██╗
17
10
████╗░██║██╔════╝░╚██╗██╔╝░░░░░░██╔══██╗██╔════╝██║░░░██║██╔════╝ ██╔══██╗██║░░░░░██║
18
11
██╔██╗██║██║░░██╗░░╚███╔╝░█████╗██║░░██║█████╗░░╚██╗░██╔╝╚█████╗░ ██║░░╚═╝██║░░░░░██║
@@ -21,6 +14,8 @@ const command: GluegunCommand = {
21
14
╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝░░░░░░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░ ░╚════╝░╚══════╝╚═╝`
22
15
23
16
print . info ( ASCII_ART )
17
+ print . info ( 'Commands:' )
18
+ print . printCommands ( toolbox )
24
19
} ,
25
20
}
26
21
You can’t perform that action at this time.
0 commit comments