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
@@ -16,8 +16,10 @@ function __task_get_tasks --description "Prints all available tasks with their d
16
16
end
17
17
end
18
18
19
-
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
20
-
specified.'-xa"(__task_get_tasks)"
19
+
complete-c$GO_TASK_PROGNAME\
20
+
-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.'\
21
+
-xa"(__task_get_tasks)"\
22
+
-n"not __fish_seen_subcommand_from --"
21
23
22
24
complete-c$GO_TASK_PROGNAME-s c -l color -d'colored output (default true)'
23
25
complete-c$GO_TASK_PROGNAME-s d -l dir -d'sets directory of execution'
0 commit comments