Skip to content

Conversation

@atsu85
Copy link

@atsu85 atsu85 commented Aug 14, 2021

resolves #4

This PR makes autocomplete work also when hitting tab 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

not only after
kafka-console-producer --
that was supported previously

@atsu85
Copy link
Author

atsu85 commented Aug 14, 2021

Note that others have tried to work around the same issue with different approaches:

  • @AndreaTosti only updated the generated file with this commit, not the generator itself as in this PR
  • @bioker added a workaround instructions with this commit that made copies of all kafka sh scripts without sh extension, so that OS would suggest command names without ".sh" extension when command is in OS $PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make autocomplete work even if ".sh" is appended to the command name

1 participant