mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
deno task take one argument max
This commit is contained in:
parent
93bf4e1187
commit
b95085609e
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ for (const file of denoFile) {
|
|||
}
|
||||
}
|
||||
'
|
||||
complete -f -c deno -n "__fish_seen_subcommand_from task" -a "(deno eval '$searchForDenoFilesCode')"
|
||||
complete -f -c deno -n "__fish_seen_subcommand_from task" -n "__fish_is_nth_token 2" -a "(deno eval '$searchForDenoFilesCode')"
|
||||
|
|
Loading…
Reference in a new issue