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.
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.