Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion script only completes tasks from task file in current dir #1878

Open
StefanBRas opened this issue Oct 24, 2024 · 0 comments
Open
Labels
state: needs triage Waiting to be triaged by a maintainer.

Comments

@StefanBRas
Copy link

The completion script will not walk up the tree in the same way that task itself does.
For example (in zsh, with completion script loaded)

task -i
task <tab>default # completes to default
mkdir tmp
cd tmp
task <tab> # no completion

I'm not an expert in completion scripts, but walking up the tree doesn't seem that expensive.

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: needs triage Waiting to be triaged by a maintainer.
Projects
None yet
Development

No branches or pull requests

2 participants