From 9304b41a128c588fdb47c7573986424d37e02ec7 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 24 Jul 2020 14:35:54 -0400 Subject: [PATCH] Generic tab completion after generic noderange Commands that go further than the noderange should switch to generic completion for lack of a better idea. --- confluent_client/confluent_env.sh | 2 ++ 1 file changed, 2 insertions(+) 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]}