Skip to content

Commit 85b3ea8

Browse files
committed
Fixed minor bug...
1 parent 65a3300 commit 85b3ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/mangorage/installer/Installer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static void main(String[] args) {
3434
org.mangorage.installer.core.LogUtil.println("Arguments Supplied: " + Arrays.toString(args));
3535

3636
OptionParser parser = new OptionParser();
37+
parser.allowsUnrecognizedOptions();
3738

3839
final OptionSpec<Void> launchArg = parser
3940
.accepts("launch", "Whether or not to launch the program that will be installed/updated");

0 commit comments

Comments
 (0)