diff options
Diffstat (limited to 'completions/bun.bash')
-rw-r--r-- | completions/bun.bash | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/completions/bun.bash b/completions/bun.bash new file mode 100644 index 000000000..fa9830a15 --- /dev/null +++ b/completions/bun.bash @@ -0,0 +1,8 @@ +#/usr/bin/env bash + +# This is not implemented yet. +# But a PR implementing it would be very welcome! +_bun_completions() { +} + +complete -F _bun_completions bun |