You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/26 13:42:00 UTC

[jira] [Commented] (GROOVY-8605) Autocompletion for Groovy command line tools

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

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

GitHub user remkop opened a pull request:

    https://github.com/apache/groovy/pull/728

    GROOVY-8605 Autocompletion for Groovy command line tools

    This PR adds bash completion scripts for the Groovy command line tools in {{installdir/bin}}. This will enhance the user experience for users of these tools. 
    
    Installation is explained in the scripts themselves. If desired I can also add a few lines to the asciidoc pages for the individual tools, but I wasn't sure if that would be overkill.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/remkop/groovy GROOVY-8605-autocompletion

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/728.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #728
    
----
commit fa078fb809cc3145b62100ea67c3025aaff5e3e0
Author: Remko Popma <re...@...>
Date:   2018-05-26T13:33:54Z

    GROOVY-8605 Autocompletion for Groovy command line tools

----


> Autocompletion for Groovy command line tools 
> ---------------------------------------------
>
>                 Key: GROOVY-8605
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8605
>             Project: Groovy
>          Issue Type: Improvement
>          Components: command line processing
>    Affects Versions: 2.5.0-rc-3
>            Reporter: Remko Popma
>            Priority: Major
>             Fix For: 2.5.0
>
>
> When GROOVY-8592 is completed it becomes possible to generate bash autocompletion scripts for all Groovy command line tools in {{installdir/bin}}. This will enhance the user experience for users of these tools. 



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