Fix duplicate completion of existing flag
This commit is contained in:
@@ -11,9 +11,6 @@ _cli_bash_autocomplete() {
|
||||
else
|
||||
opts=$( ${COMP_WORDS[@]:0:$COMP_CWORD} --generate-bash-completion )
|
||||
fi
|
||||
if [[ "$opts1" == "$cur1" ]]; then
|
||||
return 0
|
||||
fi
|
||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user