mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
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*)')"
|