Skip to content
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

Shell completions doesn't support script name with colon inside #10391

Open
CzBiX opened this issue Apr 20, 2024 · 1 comment
Open

Shell completions doesn't support script name with colon inside #10391

CzBiX opened this issue Apr 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@CzBiX
Copy link

CzBiX commented Apr 20, 2024

What version of Bun is running?

1.1.4+fbe2fe0c3

What platform is your computer?

No response

What steps can reproduce the bug?

  1. Add a script in package.json, like: "test:build": "true"
  2. Type bun run and press Tab.

What is the expected behavior?

$ bun run
-- scripts --
test:build
build

What do you see instead?

$ bun run
-- scripts --
test          -- build
build

Additional information

I'm using zsh.

@CzBiX CzBiX added the bug Something isn't working label Apr 20, 2024
@ragokan
Copy link

ragokan commented Sep 12, 2024

Same issue, looks like it does not happen for npm and yarn.

image

Yarn:
image

I created a pull request to fix: #13927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants