Skip to content

Commit 0af5b86

Browse files
committed
chore(lk): add LiveKit text art
1 parent 326f0d7 commit 0af5b86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cmd/lk/main.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ func main() {
8686

8787
checkForLegacyName()
8888

89+
fmt.Printf("╭────────────╮\n"+
90+
"│ ██ ▒▒ │\n"+
91+
"│ ██ ▒▒ │\n"+
92+
"│ ██ ▒▒ │\n"+
93+
"│ ██ ▒▒ │ LiveKit CLI v%s\n"+
94+
"│ ██████ ▒▒ │ https://livekit.io\n"+
95+
"╰────────────╯\n", livekitcli.Version)
96+
8997
if err := app.Run(ctx, os.Args); err != nil {
9098
fmt.Fprintln(os.Stderr, err)
9199
os.Exit(1)

0 commit comments

Comments
 (0)