mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-13 01:41:01 +08:00
2 lines
215 B
Fish
2 lines
215 B
Fish
deno completions fish | source
|
|
complete -f -c deno -n "__fish_seen_subcommand_from task" -a "(deno eval \"try {console.log(Object.keys(JSON.parse(Deno.readTextFileSync('deno.json')).tasks).join('\n'))} catch {} \")" |