Skip to content

Commit d411202

Browse files
committed
Adjust CLI welcome banner width
Shorten the ASCII-art welcome banner and tweak inner spacing so the title and subtitle remain centered. Updates printed border and padding in Sources/PerspectiveCLI/PerspectiveCLI.swift to keep the banner layout consistent.
1 parent 4ace81d commit d411202

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Sources/PerspectiveCLI/PerspectiveCLI.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ actor CLIApp {
373373

374374
func printWelcome() {
375375
print("")
376-
print("\u{001B}[1;34m======================================================\u{001B}[0m")
377-
print("\u{001B}[1;34m|\u{001B}[0m \u{001B}[1;37mPerspective CLI\u{001B}[0m \u{001B}[1;34m|\u{001B}[0m")
378-
print("\u{001B}[1;34m|\u{001B}[0m Foundation Models + MLX on your Mac \u{001B}[1;34m|\u{001B}[0m")
379-
print("\u{001B}[1;34m======================================================\u{001B}[0m")
376+
print("\u{001B}[1;34m====================================================\u{001B}[0m")
377+
print("\u{001B}[1;34m|\u{001B}[0m \u{001B}[1;37mPerspective CLI\u{001B}[0m \u{001B}[1;34m|\u{001B}[0m")
378+
print("\u{001B}[1;34m|\u{001B}[0m Foundation Models + MLX on your Mac \u{001B}[1;34m|\u{001B}[0m")
379+
print("\u{001B}[1;34m====================================================\u{001B}[0m")
380380
print("")
381381
}
382382

0 commit comments

Comments
 (0)