We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2eecd commit 7f7e830Copy full SHA for 7f7e830
completion/fish/task.fish
@@ -1,6 +1,6 @@
1
set GO_TASK_PROGNAME task
2
3
-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
4
# Read the list of tasks (and potential errors)
5
$GO_TASK_PROGNAME --list-all 2>&1 | read -lz rawOutput
6
0 commit comments