We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48ef79 commit b9680a7Copy full SHA for b9680a7
completions/ssh
@@ -302,7 +302,7 @@ _comp_cmd_ssh()
302
303
_comp_cmd_ssh__compgen_suboption_check "$1" && return
304
305
- local ipvx
+ local ipvx=
306
307
# Keep cases sorted the same they're in ssh's usage message
308
# (but do group ones with same arg completion)
@@ -584,7 +584,7 @@ _comp_cmd_scp()
584
return
585
}
586
587
588
589
case $prev in
590
-*c)
@@ -636,7 +636,7 @@ _comp_cmd_scp()
636
;;
637
esac
638
639
- local prefix
+ local prefix=
640
641
if [[ $cur == -F* ]]; then
642
cur=${cur#-F}
0 commit comments