mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
7c20fe8cc6
(cherry picked from commit df3c5ab402
)
5 lines
197 B
Fish
5 lines
197 B
Fish
deno completions fish | source
|
|
|
|
# complete deno task
|
|
complete -f -c deno -n "__fish_seen_subcommand_from task" -n "__fish_is_nth_token 2" -a "(NO_COLOR=1 deno task &| string match -rg '^- (\S*)')"
|