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
The completion scripts given from go-task --completion $shell use the task binary (e.g. fish: set GO_TASK_PROGNAME task). In Fedora the installed binary is go-task. This causes the competition script to not work.
The work around I used is to copy the completion script, modify the script to use go-task, and place it into my shell's config.
Task version: 3.39.2
Operating system: Fedora 40
Experiments enabled: None
The text was updated successfully, but these errors were encountered:
The completion scripts given from
go-task --completion $shell
use thetask
binary (e.g. fish:set GO_TASK_PROGNAME task
). In Fedora the installed binary isgo-task
. This causes the competition script to not work.The work around I used is to copy the completion script, modify the script to use
go-task
, and place it into my shell's config.The text was updated successfully, but these errors were encountered: