Open gormster opened 1 year ago
The same problem with bun test --watch
First of all, thank you for the amazing work from Bun team so far. I really love Bun!
This issue sounds a minor one but it's annoying for @pavelsokolov21 's case and it's still there in 1.1.20. All workaround I can do is to remove the completion...
rm ~/.config/fish/completions/bun.fish
What version of Bun is running?
1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b
What platform is your computer?
Darwin 21.6.0 arm64 arm
What steps can reproduce the bug?
bun build
What is the expected behavior?
The terminal should tab-complete the files in the current directory
What do you see instead?
Nothing happens
Additional information
I feel like the fallback behaviour for tab-completion should be to list files in the working directory… if
_bun
encounters an unfamiliar subcommand, then it should definitely not just do nothing.Related: there's no tab-completing
bun build
either – typingbun b
and tab just completes tobun bun
, instead of showing the available subcommands.bun bui
tab completes to nothing.