You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by remkop <gi...@git.apache.org> on 2018/05/26 13:41:31 UTC

[GitHub] groovy pull request #728: GROOVY-8605 Autocompletion for Groovy command line...

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

----


---

[GitHub] groovy pull request #728: GROOVY-8605 Autocompletion for Groovy command line...

Posted by remkop <gi...@git.apache.org>.
Github user remkop closed the pull request at:

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


---