diff --git a/confluent_client/confluent_env.sh b/confluent_client/confluent_env.sh index 492ee6dc..5d9394e4 100644 --- a/confluent_client/confluent_env.sh +++ b/confluent_client/confluent_env.sh @@ -255,6 +255,8 @@ _confluent_nr_completion() CMPARGS=($COMP_LINE) _confluent_get_args if [ $NUMARGS -gt 2 ]; then + compopt -o default + COMPREPLY=() return; fi INPUT=${COMP_WORDS[COMP_CWORD]}