You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/05/05 12:35:09 UTC

[GitHub] [maven] gnodet commented on a change in pull request #435: [MNG-7032] Evaluate --help and --version after configuring the logging/color

gnodet commented on a change in pull request #435:
URL: https://github.com/apache/maven/pull/435#discussion_r626524229



##########
File path: maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
##########
@@ -423,7 +426,10 @@ void cli( CliRequest cliRequest )
             cliManager.displayHelp( System.out );
             throw e;
         }
+    }
 
+    private void command( CliRequest cliRequest ) throws ExitException

Review comment:
       I've rebased and renamed the method.




-- 
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.

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