Skip to content

Commit 659887d

Browse files
committed
✨ feat: show default commands on cli start
1 parent 69e6ccb commit 659887d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/commands/ngx-devs-cli.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ const command: GluegunCommand = {
66
const { print } = toolbox
77

88
const ASCII_ART = `
9-
░██╗░░░░░░░██╗███████╗██╗░░░░░██╗░░░░░░█████╗░░█████╗░███╗░░░███╗███████╗  ████████╗░█████╗░
10-
░██║░░██╗░░██║██╔════╝██║░░░░░██║░░░░░██╔══██╗██╔══██╗████╗░████║██╔════╝  ╚══██╔══╝██╔══██╗
11-
░╚██╗████╗██╔╝█████╗░░██║░░░░░██║░░░░░██║░░╚═╝██║░░██║██╔████╔██║█████╗░░  ░░░██║░░░██║░░██║
12-
░░████╔═████║░██╔══╝░░██║░░░░░██║░░░░░██║░░██╗██║░░██║██║╚██╔╝██║██╔══╝░░  ░░░██║░░░██║░░██║
13-
░░╚██╔╝░╚██╔╝░███████╗███████╗███████╗╚█████╔╝╚█████╔╝██║░╚═╝░██║███████╗  ░░░██║░░░╚█████╔╝
14-
░░░╚═╝░░░╚═╝░░╚══════╝╚══════╝╚══════╝░╚════╝░░╚════╝░╚═╝░░░░░╚═╝╚══════╝  ░░░╚═╝░░░░╚════╝░
15-
169
███╗░░██╗░██████╗░██╗░░██╗░░░░░░██████╗░███████╗██╗░░░██╗░██████╗  ░█████╗░██╗░░░░░██╗
1710
████╗░██║██╔════╝░╚██╗██╔╝░░░░░░██╔══██╗██╔════╝██║░░░██║██╔════╝  ██╔══██╗██║░░░░░██║
1811
██╔██╗██║██║░░██╗░░╚███╔╝░█████╗██║░░██║█████╗░░╚██╗░██╔╝╚█████╗░  ██║░░╚═╝██║░░░░░██║
@@ -21,6 +14,8 @@ const command: GluegunCommand = {
2114
╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝░░░░░░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░  ░╚════╝░╚══════╝╚═╝`
2215

2316
print.info(ASCII_ART)
17+
print.info('Commands:')
18+
print.printCommands(toolbox)
2419
},
2520
}
2621

0 commit comments

Comments
 (0)