Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] Writing `./gradlew ` and pressing Tab prints "gradlew: command not found"
- X-seq: zsh-workers 49856
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [BUG] Writing `./gradlew ` and pressing Tab prints "gradlew: command not found"
- Date: Wed, 16 Mar 2022 13:24:41 +0200
- Archived-at: <https://zsh.org/workers/49856>
- List-id: <zsh-workers.zsh.org>
This happens because on line 80 of _gradle, it tries to call $service,
which is at that point equal to `gradlew`, without the leading `./`.
Should _gradle perhaps be calling $_comp_command1 for this, instead of $service?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author