mirror of https://github.com/spf13/cobra.git
remove line
Signed-off-by: Jeffrey Faer <jeffrey.faer@gmail.com>
This commit is contained in:
parent
718f1d85e5
commit
df206d9f38
|
@ -258,7 +258,6 @@ __%[1]s_handle_standard_completion_case() {
|
||||||
# they have the right prefix, so we also need to quote cur.
|
# they have the right prefix, so we also need to quote cur.
|
||||||
local compgen_cur="$(printf "%%q" "${cur}")"
|
local compgen_cur="$(printf "%%q" "${cur}")"
|
||||||
IFS=$'\n' read -ra COMPREPLY -d '' < <(IFS=$'\n'; compgen -W "${compgen_words}" -- "${compgen_cur}")
|
IFS=$'\n' read -ra COMPREPLY -d '' < <(IFS=$'\n'; compgen -W "${compgen_words}" -- "${compgen_cur}")
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue