We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fc4fa commit 60da763Copy full SHA for 60da763
script/command-parser.ts
@@ -22,11 +22,9 @@ export function showHelp(showRootDescription?: boolean): void {
22
if (showRootDescription) {
23
console.log(
24
chalk.blue(`
25
- ____ ____ _
26
-| _ \\ _____ _____ | _ \\ _ _ ___| |__
27
-| |_) / _ \\ \\ / / _ \\| |_) | | | / __| '_ \\
28
-| _ < __/\\ V / (_) | __/| |_| \\__ \\ | | |
29
-|_| \\_\\___| \\_/ \\___/|_| \\__,_|___/_| |_| CLI v${packageJson.version}
+ __ _ _ _
+ (_ |_) / |_) _ |_
+ __) | \ \_ | |_| _> | | CLI v${packageJson.version}
30
============================================`)
31
);
32
0 commit comments