diff options
author | 2022-12-20 17:51:56 -0800 | |
---|---|---|
committer | 2022-12-20 17:51:56 -0800 | |
commit | 5d97d356ed6a0a465bbeabea4291ba0fd5eb45a4 (patch) | |
tree | cf8c8920fb5f4abbd4ef46508570160be14bab2c | |
parent | 28c8ced1bd2e2947f75c97585a2bcd126b25ebbd (diff) | |
download | bun-5d97d356ed6a0a465bbeabea4291ba0fd5eb45a4.tar.gz bun-5d97d356ed6a0a465bbeabea4291ba0fd5eb45a4.tar.zst bun-5d97d356ed6a0a465bbeabea4291ba0fd5eb45a4.zip |
Remove log
-rw-r--r-- | completions/bun.bash | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/completions/bun.bash b/completions/bun.bash index 57bffc126..a42705789 100644 --- a/completions/bun.bash +++ b/completions/bun.bash @@ -1,7 +1,5 @@ #/usr/bin/env bash -echo "Bashy!" - _file_arguments() { shopt -s extglob globstar local extensions="${1}"; @@ -99,7 +97,6 @@ _bun_completions() { PM_OPTIONS[LONG_OPTIONS]="--config --yarn --production --no-save --dry-run --lockfile --force --cache-dir --no-cache --silent --verbose --no-progress --no-summary --no-verify --ignore-scripts --global --cwd --backend --link-native-bins --help" PM_OPTIONS[SHORT_OPTIONS]="-c -y -p -f -g" - local cur_word="${COMP_WORDS[${COMP_CWORD}]}"; local prev="${COMP_WORDS[$(( COMP_CWORD - 1 ))]}"; |