mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
completion: Set up wrapping for gw/gradlew
These were set up as commands in the actual gradle completions, but
they would never be loaded.
(cherry picked from commit 180692fb29)
This commit is contained in:
1
share/completions/gradlew.fish
Normal file
1
share/completions/gradlew.fish
Normal file
@@ -0,0 +1 @@
|
||||
complete -c gradlew -w gradle
|
||||
1
share/completions/gw.fish
Normal file
1
share/completions/gw.fish
Normal file
@@ -0,0 +1 @@
|
||||
complete -c gw -w gradle
|
||||
Reference in New Issue
Block a user