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 65a3300 commit 85b3ea8Copy full SHA for 85b3ea8
src/main/java/org/mangorage/installer/Installer.java
@@ -34,6 +34,7 @@ public static void main(String[] args) {
34
org.mangorage.installer.core.LogUtil.println("Arguments Supplied: " + Arrays.toString(args));
35
36
OptionParser parser = new OptionParser();
37
+ parser.allowsUnrecognizedOptions();
38
39
final OptionSpec<Void> launchArg = parser
40
.accepts("launch", "Whether or not to launch the program that will be installed/updated");
0 commit comments