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:
parent
1f2eecda9e
commit
7f7e8306da
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user