You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hit this issue as well. Basically, my use case is the following:
I have global Taskfile with miscellaneous scripts to automate common workflows
I push that Taskfile.yaml to $HOME
I have an alias such as gtask="task --global"
Now, from anywhere on my terminal, I would like to do gtask docker-cleanup for example. However, the tasks do not autocomplete; I have to gtask --list first to see the list of existing tasks.
@pd93 I see you removed the bug label from this. Does it means this use case is not planned to be supported?
@dnlopes The bug label is just because we're moving from labels to issue types across all our issues. For whatever reason, GitHub in their infinite wisdom does not log changes to the issue type in the issue feed.
No change to the status here. Completions should definitely work with global tasks - just not something I've had tome to investigate yet.
For now completion not working with --global flag.
Moreover flag --global not present in completion list
The text was updated successfully, but these errors were encountered: