go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.53k stars 616 forks source link

Completion scripts for Fedora use incorrect binary name #1888

Open YurBoiRene opened 4 weeks ago

YurBoiRene commented 4 weeks ago

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.