mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-17 12:48:24 +01:00
ripme.jar --version prints version on stdout
https://github.com/ripmeapp2/ripme/issues/62
This commit is contained in:
parent
1ef49d33e5
commit
53248d943e
@ -59,7 +59,7 @@ public class App {
|
||||
CommandLine cl = getArgs(args);
|
||||
|
||||
if (args.length > 0 && cl.hasOption('v')){
|
||||
logger.info(UpdateUtils.getThisJarVersion());
|
||||
System.out.println(UpdateUtils.getThisJarVersion());
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user