Ewocker commented on code in PR #561:
URL: https://github.com/apache/jackrabbit-oak/pull/561#discussion_r867232958


##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/run/cli/CommonOptions.java:
##########
@@ -55,6 +57,8 @@ public boolean isHelpRequested(){
         return options.has(help);
     }
 
+    public boolean isContinueMissingDep() { return 
options.has(continueMissingDep); }

Review Comment:
   done



##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/run/cli/Options.java:
##########
@@ -80,6 +80,15 @@ public OptionSet parseAndConfigure(OptionParser parser, 
String[] args, boolean c
         if (checkNonOptions) {
             checkNonOptions();
         }
+        CommonOptions commonOpts = getCommonOpts();
+        if (!commonOpts.isHelpRequested() && 
!commonOpts.isContinueMissingDep()) {

Review Comment:
   moved



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to