gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

Provide gradle init type completion for bash #60

Closed maciekkreft closed 5 years ago

maciekkreft commented 6 years ago

If I write gradle init -- and press tab it does not expand to expected gradle init --type. If I write it down gradle init --type= and press tab it does not provide hints like: java-library, groovy-library.

------------------------------------------------------------
Gradle 4.6
------------------------------------------------------------

Build time:   2018-02-28 13:36:36 UTC
Revision:     8fa6ce7945b640e6168488e4417f9bb96e4ab46c

Groovy:       2.4.12
Ant:          Apache Ant(TM) version 1.9.9 compiled on February 2 2017
JVM:          1.8.0_162 (Oracle Corporation 25.162-b12)
OS:           Mac OS X 10.13.3 x86_64
eriwen commented 6 years ago

Is this in bash or zsh?

maciekkreft commented 6 years ago

@eriwen it is bash.

GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17) Copyright (C) 2007 Free Software Foundation, Inc.

eriwen commented 5 years ago

Let's consider this a duplicate of #33 and follow progress there.