[ 
https://issues.apache.org/jira/browse/GROOVY-8567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463633#comment-16463633
 ] 

ASF GitHub Bot commented on GROOVY-8567:
----------------------------------------

Github user remkop commented on a diff in the pull request:

    https://github.com/apache/groovy/pull/694#discussion_r186035195
  
    --- Diff: src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java 
---
    @@ -77,18 +73,6 @@ public void compile(File[] files) throws Exception {
             unit.compile();
         }
     
    -    public static void displayHelp(final Options options) {
    -        final HelpFormatter formatter = new HelpFormatter();
    -        formatter.printHelp(80, "groovyc [options] <source-files>", 
"options:", options, "");
    -    }
    -
    -    public static void displayVersion() {
    --- End diff --
    
    Done in commit 3900e3b.


> Migrate Groovyc to picocli
> --------------------------
>
>                 Key: GROOVY-8567
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8567
>             Project: Groovy
>          Issue Type: Task
>          Components: command line processing
>            Reporter: Remko Popma
>            Priority: Major
>             Fix For: 2.5.x
>
>
> Migrate {{org.codehaus.groovy.ant.Groovyc}} from commons-cli to picocli.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to