Autocomplete doesn't work when Taskfile is in parent folder #2274
Labels
area: completions
Changes related to shell completions and scripts.
help wanted
Issues that could benefit from members of the community contributing their expertise or experience.
Uh oh!
There was an error while loading. Please reload this page.
Description
I have a Taskfile.yml in the parent folder of my working directory.
I'm using zsh and added the
eval "$(task --completion zsh)"
(also ran it manually). When in the parent directory, autocompletion for tasks in the taskfile works, but in the subdirectory it doesn't.I'd expect the autocompletion to pick up parent taskfiles the same way task itself does.
Version
3.43.3
Operating system
macOS
The text was updated successfully, but these errors were encountered: