mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08: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.
This commit is contained in:
parent
46de22561a
commit
180692fb29
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
|
Loading…
Reference in New Issue
Block a user