You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: completion/fish/task.fish
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,10 @@ function __task_get_tasks --description "Prints all available tasks with their d
60
60
end
61
61
end
62
62
63
-
complete-c$GO_TASK_PROGNAME-d'Runs the specified task(s). Falls back to the "default" task if no task name was specified, or lists all tasks if an unknown task name was
64
-
specified.'-xa"(__task_get_tasks)"
63
+
complete-c$GO_TASK_PROGNAME\
64
+
-d'Runs the specified task(s). Falls back to the "default" task if no task name was specified, or lists all tasks if an unknown task name was specified.'\
65
+
-xa"(__task_get_tasks)"\
66
+
-n"not __fish_seen_subcommand_from --"
65
67
66
68
# Standard flags
67
69
complete-c$GO_TASK_PROGNAME-s a -l list-all -d'list all tasks'
0 commit comments