mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-25 16:21:52 +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) {
|
public static void applyCmdArgs(String[] args) {
|
||||||
System.out.println(" ██╗███╗ ██╗██████╗ ██╗\n" +
|
|
||||||
" ██║████╗ ██║██╔══██╗██║\n" +
|
|
||||||
" ██║██╔██╗ ██║██║ ██║██║\n" +
|
|
||||||
"██ ██║██║╚██╗██║██║ ██║██║\n" +
|
|
||||||
"╚█████╔╝██║ ╚████║██████╔╝██║\n" +
|
|
||||||
" ╚════╝ ╚═╝ ╚═══╝╚═════╝ ╚═╝\n" +
|
|
||||||
" ");
|
|
||||||
//process cmd args
|
//process cmd args
|
||||||
JCommander jc = JCommander.newBuilder()
|
JCommander jc = JCommander.newBuilder()
|
||||||
.addObject(new Config())
|
.addObject(new Config())
|
||||||
@@ -168,15 +161,6 @@ public class Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (showVersion) {
|
if (showVersion) {
|
||||||
System.out.println("" +
|
|
||||||
" /█████ /██ /██ \n" +
|
|
||||||
" |__ ██| ██ /██/ \n" +
|
|
||||||
" | ██ \\ ██ /██//███████ /██████ \n" +
|
|
||||||
" | ██ \\ ████//██_____/ /██__ ██\n" +
|
|
||||||
" /██ | ██ \\ ██/| ██████ | ██ \\ ██\n" +
|
|
||||||
"| ██ | ██ | ██ \\____ ██| ██ | ██\n" +
|
|
||||||
"| ██████/ | ██ /███████/| ██████/\n" +
|
|
||||||
" \\______/ |__/ |_______/ \\______/");
|
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user