Skip to content

Commit 06152fa

Browse files
committed
style(@angular/cli): update ascii art to Angular CLI
1 parent db80d6c commit 06152fa

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

packages/@angular/cli/commands/version.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ const VersionCommand = Command.extend({
5858
});
5959
}
6060
const asciiArt = `
61-
_ _ _
62-
__ _ _ __ __ _ _ _ | | __ _ _ __ ___ | |(_)
63-
/ _\` || '_ \\ / _\` || | | || | / _\` || '__|_____ / __|| || |
64-
| (_| || | | || (_| || |_| || || (_| || | |_____|| (__ | || |
65-
\\__,_||_| |_| \\__, | \\__,_||_| \\__,_||_| \\___||_||_|
61+
_ _ ____ _ ___
62+
/ \\ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
63+
/ _ \\ | '_ \\ / _\` | | | | |/ _\` | '__| | | | | | |
64+
/ ___ \\| | | | (_| | |_| | | (_| | | | |___| |___ | |
65+
/_/ \\_\\_| |_|\\__, |\\__,_|_|\\__,_|_| \\____|_____|___|
6666
|___/`;
6767
this.ui.writeLine(chalk.red(asciiArt));
6868
this.printVersion('@angular/cli', ngCliVersion);
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
chore: initial commit from @angular/cli
22

3-
_ _ _
4-
__ _ _ __ __ _ _ _| | __ _ _ __ ___| (_)
5-
/ _ | _ \ / _ | | | | |/ _ | __|____ / __| | |
6-
| (_| | | | | (_| | |_| | | (_| | | |_____| (__| | |
7-
\____|_| |_|\__ |\____|_|\____|_| \___|_|_|
8-
|___/
9-
3+
_ _ ____ _ ___
4+
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
5+
/ _ \ | '_ \ / _\` | | | | |/ _\` | '__| | | | | | |
6+
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
7+
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
8+
|___/

0 commit comments

Comments
 (0)