autocomplete
autocomplete copied to clipboard
Gradle
Sanity checks
- [X] My issue relates to a specific CLI completion spec (e.g.
git checkoutis missing options ingitcompletion spec). If your issue is more general, please create your issue here: withfig/fig - [X] I have searched github.com/withfig/autocomplete/issues and there are no duplicates of my issue
- [X] I would like to work on this.
What CLI tool does this relate to?
gradle
Which statement makes the most sense?
Something else
Issue Details
I am using the Gradle only as a Gradle Wrapper. But the auto completion is not provided for that.
This means that I am not using gradle but ./gradlew in my command line.
The same auto completion that is invoked for gradle should also work for ./gradlew is that possible with fig?