Skip to content

fix: #19394 zsh completion for bun link #19395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ptrxyz
Copy link

@ptrxyz ptrxyz commented Apr 30, 2025

Fixed a bug in bun zsh completions where xargs was passing an argument list as a single argument to basename.

fixes: #19394

What does this PR do?

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

Affects ZSH completions only. --> xargs should split argumnet list on new lines as indicated by tr just before.

Fixed a bug in bun zsh completions where xargs was passing an argument list as a single argument to basename.

fixes: oven-sh#19394
@ptrxyz ptrxyz changed the title fix: https://github.com/oven-sh/bun/issues/19394 fix: #19394 zsh completion for bun link Apr 30, 2025
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.

basename: extra operand when using zsh completions
1 participant