Files
bun.sh/completions/bun.bash
2021-11-01 03:43:27 -07:00

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