Skip to content

Commit

Permalink
fix: logo print
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalsin committed Dec 15, 2024
1 parent d782585 commit 0da6d76
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ public static void main(String[] args) {
return;
}

final String[] logo = LogoUtil.getLogo();
for (String line : logo) {
System.out.println(line);
}
LogoUtil.printLogo();

if (args.length == 1 && args[0].equalsIgnoreCase("cli")) {
final LineReader reader = LineReaderBuilder
Expand Down

0 comments on commit 0da6d76

Please sign in to comment.