mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-07-31 19:10:15 +02:00
ripme.jar --version prints version on stdout
https://github.com/ripmeapp2/ripme/issues/62
This commit is contained in:
@@ -59,7 +59,7 @@ public class App {
|
|||||||
CommandLine cl = getArgs(args);
|
CommandLine cl = getArgs(args);
|
||||||
|
|
||||||
if (args.length > 0 && cl.hasOption('v')){
|
if (args.length > 0 && cl.hasOption('v')){
|
||||||
logger.info(UpdateUtils.getThisJarVersion());
|
System.out.println(UpdateUtils.getThisJarVersion());
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user