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 completion scripts given from
go-task --completion $shelluse thetaskbinary (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.