Skip to content

Commit 53fdce4

Browse files
committed
feat(ssh-copy-id): (non-)complete args to -t and -F
1 parent c488548 commit 53fdce4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

completions/ssh-copy-id

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ _comp_cmd_ssh_copy_id()
1616
_comp_compgen -x ssh identityfile pub
1717
return
1818
;;
19-
-p)
19+
-p | -t)
20+
return
21+
;;
22+
-F)
23+
_comp_compgen_filedir
2024
return
2125
;;
2226
-o)

0 commit comments

Comments
 (0)