Skip to content

Commit 60da763

Browse files
committed
Refactor help message formatting in command parser
1 parent 06fc4fa commit 60da763

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

script/command-parser.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ export function showHelp(showRootDescription?: boolean): void {
2222
if (showRootDescription) {
2323
console.log(
2424
chalk.blue(`
25-
____ ____ _
26-
| _ \\ _____ _____ | _ \\ _ _ ___| |__
27-
| |_) / _ \\ \\ / / _ \\| |_) | | | / __| '_ \\
28-
| _ < __/\\ V / (_) | __/| |_| \\__ \\ | | |
29-
|_| \\_\\___| \\_/ \\___/|_| \\__,_|___/_| |_| CLI v${packageJson.version}
25+
__ _ _ _
26+
(_ |_) / |_) _ |_
27+
__) | \ \_ | |_| _> | | CLI v${packageJson.version}
3028
============================================`)
3129
);
3230
console.log(

0 commit comments

Comments
 (0)