Skip to content

Commit

Permalink
feat(ssh-copy-id): (non-)complete args to -t and -F
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 7, 2024
1 parent c488548 commit 53fdce4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion completions/ssh-copy-id
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ _comp_cmd_ssh_copy_id()
_comp_compgen -x ssh identityfile pub
return
;;
-p)
-p | -t)
return
;;
-F)
_comp_compgen_filedir
return
;;
-o)
Expand Down

0 comments on commit 53fdce4

Please sign in to comment.