kafka-zsh-completions
kafka-zsh-completions copied to clipboard
make autocomplete work even if ".sh" is appended to the command name
Currently autocomplete works when hitting tab after
kafka-console-producer --
but not after
kafka-console-producer.sh --
that developers may want to use when command name itself is autocompleted based on file name present in the OS $PATH
i created PR to resolve this issue