mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-22 06:50:42 +08:00
re logo
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -124,13 +124,6 @@ public class Config {
|
||||
}
|
||||
|
||||
public static void applyCmdArgs(String[] args) {
|
||||
System.out.println(" ██╗███╗ ██╗██████╗ ██╗\n" +
|
||||
" ██║████╗ ██║██╔══██╗██║\n" +
|
||||
" ██║██╔██╗ ██║██║ ██║██║\n" +
|
||||
"██ ██║██║╚██╗██║██║ ██║██║\n" +
|
||||
"╚█████╔╝██║ ╚████║██████╔╝██║\n" +
|
||||
" ╚════╝ ╚═╝ ╚═══╝╚═════╝ ╚═╝\n" +
|
||||
" ");
|
||||
//process cmd args
|
||||
JCommander jc = JCommander.newBuilder()
|
||||
.addObject(new Config())
|
||||
@@ -168,15 +161,6 @@ public class Config {
|
||||
}
|
||||
|
||||
if (showVersion) {
|
||||
System.out.println("" +
|
||||
" /█████ /██ /██ \n" +
|
||||
" |__ ██| ██ /██/ \n" +
|
||||
" | ██ \\ ██ /██//███████ /██████ \n" +
|
||||
" | ██ \\ ████//██_____/ /██__ ██\n" +
|
||||
" /██ | ██ \\ ██/| ██████ | ██ \\ ██\n" +
|
||||
"| ██ | ██ | ██ \\____ ██| ██ | ██\n" +
|
||||
"| ██████/ | ██ /███████/| ██████/\n" +
|
||||
" \\______/ |__/ |_______/ \\______/");
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user