From fc58b9c68f49150d9b85380fe28855e3efb973d4 Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Sun, 11 Feb 2024 12:27:31 +0900 Subject: [PATCH] completions: add ssh -D option --- share/completions/ssh.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/ssh.fish b/share/completions/ssh.fish index 0e1083610..9caa53f28 100644 --- a/share/completions/ssh.fish +++ b/share/completions/ssh.fish @@ -13,6 +13,7 @@ complete -c ssh -n 'test (__fish_number_of_cmd_args_wo_opts) -ge 2' -d "Command complete -c ssh -s a -d "Disables forwarding of the authentication agent" complete -c ssh -s B -d "Bind to the address of that interface" -xa '(__fish_print_interfaces)' complete -c ssh -s b -d "Local address to bind to" -xa '(__fish_print_addresses)' +complete -c ssh -s D -d "Specify dynamic port forwarding" -x complete -c ssh -s E -d "Append debug logs to log_file" -rF complete -c ssh -s e -d "Escape character" -xa "\^ none" complete -c ssh -s f -d "Go to background"