Skip to content

fix(fish): honor GO_TASK_PROGNAME for experiments cache#2730

Open
SergioChan wants to merge 1 commit intogo-task:mainfrom
SergioChan:fix-fish-completion-progname-2727
Open

fix(fish): honor GO_TASK_PROGNAME for experiments cache#2730
SergioChan wants to merge 1 commit intogo-task:mainfrom
SergioChan:fix-fish-completion-progname-2727

Conversation

@SergioChan
Copy link

Summary

  • use $GO_TASK_PROGNAME instead of hardcoded task when refreshing fish completion experiment cache
  • fixes fish completion warnings on distros where the binary name is go-task
  • keeps completion behavior unchanged for default task installs

Testing

  • git diff --check
  • go test ./... (not runnable in this environment: required Go toolchain go1.25 is unavailable via GOTOOLCHAIN download)

Related

@trulede trulede added the area: completions Changes related to shell completions and scripts. label Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: completions Changes related to shell completions and scripts.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task completion with the fish shell raise a warning when distro use the go-task name instead of task

2 participants