mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
9 lines
158 B
Bash
9 lines
158 B
Bash
#/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
|