mirror of
https://github.com/spf13/cobra
synced 2025-04-27 09:07:19 +00:00
remove line
Signed-off-by: Jeffrey Faer <jeffrey.faer@gmail.com>
This commit is contained in:
parent
718f1d85e5
commit
df206d9f38
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue