fix: autocomplete works with other binary than 'task' (#2495)

This commit is contained in:
Valentin Maerten
2025-12-07 12:20:45 +01:00
committed by GitHub
parent 12fbdd3ec7
commit 4af5278d73
4 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
set -l GO_TASK_PROGNAME task
set -l GO_TASK_PROGNAME (if set -q GO_TASK_PROGNAME; echo $GO_TASK_PROGNAME; else if set -q TASK_EXE; echo $TASK_EXE; else; echo task; end)
# Cache variables for experiments (global)
set -g __task_experiments_cache ""