1
0
mirror of https://github.com/go-task/task.git synced 2025-04-18 12:04:04 +03:00

fix(fish): fish completion error due to variable shadowing (#2130)

This commit is contained in:
atusy 2025-03-19 22:33:32 +09:00 committed by GitHub
parent 1f2eecda9e
commit 7f7e8306da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
set GO_TASK_PROGNAME task
function __task_get_tasks --description "Prints all available tasks with their description"
function __task_get_tasks --description "Prints all available tasks with their description" --inherit-variable GO_TASK_PROGNAME
# Read the list of tasks (and potential errors)
$GO_TASK_PROGNAME --list-all 2>&1 | read -lz rawOutput