Gradle task auto-completion does not work from within subfolder #8017
Closed
Description
Bug Description
Trying to auto-complete ../gradlew
from within a subfolder of the place where gradlew
resides does not work.
Steps To Reproduce
- Enter the folder where
gradlew
lives. - Enter into any subfolder of this folder.
- Try to auto-complete
../gradlew
. - See no auto-completion.
Expected behavior
Auto-completion should interpret the relative path to gradlew
and use it to gather the Gradle targets. Building subcomponents sometimes requires to build from subfolders, or otherwise all components of the software will be built.
System:
- OS: macOS
- Zsh version: 5.7.1
- Terminal emulator: macOS Terminal