mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
[cli] Slightly improve zsh completions
This commit is contained in:
@@ -37,12 +37,14 @@ _bun() {
|
||||
# Load custom completion commands
|
||||
case "$(__bun_first_cmd)" in
|
||||
create)
|
||||
_files
|
||||
return;
|
||||
;;
|
||||
dev)
|
||||
return;
|
||||
;;
|
||||
bun)
|
||||
_files
|
||||
return;
|
||||
;;
|
||||
upgrade)
|
||||
@@ -53,6 +55,7 @@ _bun() {
|
||||
;;
|
||||
run)
|
||||
_bun_run
|
||||
return;
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user