We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7359724 commit 6763efeCopy full SHA for 6763efe
src/main/java/org/codejive/jvm/Jvm.java
src/main/java/org/codejive/jvm/Main.java
@@ -50,6 +50,12 @@ public class Main {
50
usageHelp = true)
51
boolean showHelp;
52
53
+ @Option(
54
+ names = {"-v", "--version"},
55
+ description = "Show application version.",
56
+ versionHelp = true)
57
+ boolean showVersion;
58
+
59
@Option(
60
names = {"--quiet"},
61
description = "We will be quiet, only print when error occurs.")
0 commit comments