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 18e436d commit b71340bCopy full SHA for b71340b
completions/ssh-keygen
@@ -5,6 +5,7 @@ _comp_cmd_ssh_keygen()
5
local cur prev words cword comp_args
6
_comp_initialize -n := -- "$@" || return
7
8
+ local IFS=$' \t\n' # for ${words[*]}
9
local noargopts='!(-*|*[ aCIJjMNPSVWzbEFRDwfGKsTmnOrtY]*)'
10
# shellcheck disable=SC2254
11
case $prev in
0 commit comments