2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-16 06:54:03 +00:00
fish-shell/share/completions/deno.fish

5 lines
197 B
Fish
Raw Normal View History

2021-11-22 18:52:12 +00:00
deno completions fish | source
# complete deno task
2023-12-12 16:33:16 +00:00
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*)')"