autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

Gradle

Open giftkugel opened this issue 3 years ago • 0 comments

Sanity checks

  • [X] My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion 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?

giftkugel avatar Feb 17 '22 12:02 giftkugel