remove line

Signed-off-by: Jeffrey Faer <jeffrey.faer@gmail.com>
This commit is contained in:
Jeffrey Faer 2024-12-04 23:04:36 -07:00
parent 718f1d85e5
commit df206d9f38

View File

@ -258,7 +258,6 @@ __%[1]s_handle_standard_completion_case() {
# they have the right prefix, so we also need to quote cur.
local compgen_cur="$(printf "%%q" "${cur}")"
IFS=$'\n' read -ra COMPREPLY -d '' < <(IFS=$'\n'; compgen -W "${compgen_words}" -- "${compgen_cur}")
return 0
fi