Skip to content

Commit

Permalink
complete: suppress error messages from "_adb"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Apr 3, 2023
1 parent 2317562 commit 2f77171
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/core-complete.sh
Expand Up @@ -1521,6 +1521,9 @@ function ble/complete/source:argument/.progcomp {
# https://github.com/scop/bash-completion/pull/556 (fixed in bash-completion 2.12)
ble/function#suppress-stderr _scp_remote_files 2>/dev/null
fi

# https://github.com/akinomyoga/ble.sh/issues/292 (Android Debug Bridge)
ble/function#suppress-stderr _adb 2>/dev/null
fi
if [[ $comp_prog ]]; then
# aws
Expand Down

0 comments on commit 2f77171

Please sign in to comment.