Compare commits
2 commits
1a41afc408
...
427f61e1c2
Author | SHA1 | Date | |
---|---|---|---|
427f61e1c2 | |||
7f0709463a |
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class Main {
|
||||||
} else if (options.contains("version")) {
|
} else if (options.contains("version")) {
|
||||||
final var thisPackage = Main.class.getPackage();
|
final var thisPackage = Main.class.getPackage();
|
||||||
final var appVersion = thisPackage.getImplementationVersion() != null ? thisPackage.getImplementationVersion() :"UNKNOWN";
|
final var appVersion = thisPackage.getImplementationVersion() != null ? thisPackage.getImplementationVersion() :"UNKNOWN";
|
||||||
System.out.println("de.jotoho.waituntil version $appVersion");
|
System.out.println("de.jotoho.waituntil version " + appVersion);
|
||||||
} else if (words.size() == 1) {
|
} else if (words.size() == 1) {
|
||||||
final var target = TimeCalculator.calculateAndAnnounceTargetTime(words.iterator().next());
|
final var target = TimeCalculator.calculateAndAnnounceTargetTime(words.iterator().next());
|
||||||
Sleep.waitUntilTimeStamp(target);
|
Sleep.waitUntilTimeStamp(target);
|
||||||
|
|
Loading…
Reference in a new issue