mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 05:41:14 -03:00
deno task take one argument max
This commit is contained in:
committed by
Mahmoud Al-Qudsi
parent
93bf4e1187
commit
b95085609e
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user