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 fd57ed5 commit 61612ddCopy full SHA for 61612dd
implementations/cli/src/main/java/de/bluecolored/bluemap/cli/BlueMapCLI.java
@@ -368,7 +368,7 @@ public static void main(String[] args) {
368
Thread.sleep(1000); //wait a second to let the webserver start, looks nicer in the log if anything comes after that
369
}
370
371
- if (cmd.hasOption("r")) {
+ if (cmd.hasOption("r") || cmd.hasOption("f") || cmd.hasOption("u") || cmd.hasOption("e")) {
372
noActions = false;
373
374
boolean watch = cmd.hasOption("u");
0 commit comments